diff --git a/README.md b/README.md index 04103dc..bf0dc6d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # base Base modules for game development on Roblox + +[Logo by PLANBSTUDIO - Flaticon](https://www.flaticon.com/free-icons/peaks) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 1e2e93f..7bfe7fb 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -13,10 +13,10 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://midnightific.org', + url: 'https://base.midnightific.org', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: 'base', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.