Skip to content

Commit

Permalink
Fix docusaurus config for development
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Jul 16, 2024
1 parent 1844a79 commit 7b5ad05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://gabber235.github.io',
url: 'https://docs.typewritermc.com',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
Expand Down Expand Up @@ -185,9 +185,9 @@ const config = {
[
"posthog-docusaurus",
{
apiKey: process.env.POSTHOG_API_KEY,
apiKey: process.env.POSTHOG_API_KEY || true,
appUrl: "https://research.typewritermc.com",
person_profiles: "always",
enable_heatmaps: true,
enableInDevelopment: false,
},
],
Expand Down

0 comments on commit 7b5ad05

Please sign in to comment.