Skip to content

Commit

Permalink
Update docusaurus.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySerfaty committed Feb 4, 2024
1 parent 8340aed commit e4520ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ const config: Config = {
url: 'https://your-docusaurus-site.example.com',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/10Tap-Editor/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: '10play', // Usually your GitHub org/user name.
projectName: '10tap', // Usually your repo name.
trailingSlash: false,

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit e4520ee

Please sign in to comment.