diff --git a/wiki/docusaurus.config.js b/wiki/docusaurus.config.js index 297c9a70..8774fd56 100644 --- a/wiki/docusaurus.config.js +++ b/wiki/docusaurus.config.js @@ -14,14 +14,14 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://jlmaners.github.io', + url: 'https://dinki.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/View-Assist/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'jlmaners', // Usually your GitHub org/user name. + organizationName: 'dinki', // Usually your GitHub org/user name. projectName: 'View-Assist', // Usually your repo name. deploymentBranch:'gh-pages', trailingSlash: false,