Skip to content

Commit

Permalink
fix(apps/docsite): fix base url (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpierre74 authored Jan 11, 2022
1 parent 427a1c7 commit 2a37147
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/docsite/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
title: 'Bedrock Streaming Forms',
tagline: 'I receive inputs, you receive forms',
url: 'https://BedrockStreaming.github.io',
baseUrl: '/',
baseUrl: '/forms/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"resolutions": {
"glob-parent": "5.1.2",
"terser": "4.8.0",
"trim": "1.0.1",
"webpack-dev-server": "3.11.3"
"trim": "1.0.1"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.14",
Expand Down
Loading

0 comments on commit 2a37147

Please sign in to comment.