Skip to content

Commit

Permalink
Merge pull request #33 from go-vela/url
Browse files Browse the repository at this point in the history
fix: baseURL on Docusaurusconfig.js
  • Loading branch information
KillEdgier authored Jan 27, 2025
2 parents 3d37a28 + bc516b9 commit a34ef88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
url: 'https://go-vela.github.io/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/go-vela/docs/',
plugins: [
require.resolve('docusaurus-lunr-search'),
...remoteContentVelaPlugins,
Expand All @@ -24,6 +24,7 @@ const config = {
organizationName: 'go-vela',
projectName: 'docs',
deploymentBranch: 'gh-pages',
trailingSlash: false,
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',

Expand Down

0 comments on commit a34ef88

Please sign in to comment.