Skip to content

Commit

Permalink
Merge pull request #36 from newfrgmnt/emilwidlund-patch-1
Browse files Browse the repository at this point in the history
Update docusaurus.config.js
  • Loading branch information
emilwidlund authored Jul 24, 2023
2 parents 71eb9e3 + 5a1d2a3 commit 1e0ddb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ const config = {
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://your-docusaurus-test-site.com',
url: 'https://www.usenodl.dev',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'emilwidlund', // Usually your GitHub org/user name.
organizationName: 'newfrgmnt', // Usually your GitHub org/user name.
projectName: 'nodl', // Usually your repo name.

onBrokenLinks: 'throw',
Expand Down Expand Up @@ -88,7 +88,7 @@ const config = {
position: 'left'
},
{
href: 'https://github.com/emilwidlund/nodl',
href: 'https://github.com/newfrgmnt/nodl',
label: 'GitHub',
position: 'right'
}
Expand Down

0 comments on commit 1e0ddb8

Please sign in to comment.