Skip to content

Commit

Permalink
docs: updated BaseUrl (#135)
Browse files Browse the repository at this point in the history
* Videos on homepage

* docs: Updated homepage, interfaces tab, ref arch tab

* docs: added descope to isv partner integrations

* docs: updated ref arch readme's

* disabled dark mode for now

* removed old workshop from ref arch tab

* fixed build

* prototype pollution in immer fix

* docs: updated to docusaurus v3

* docs: updated docusaurus to v3

* Remove .docusaurus from Git tracking

* Added .docusaurus to .gitignore and removed template files

* updated website files

* updated package.json

* set baseUrl
  • Loading branch information
ragibmahsan authored Feb 5, 2025
1 parent 4340565 commit 4757cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: Config = {

// Set the production url of your site here
url: 'https://awslabs.github.io',
baseUrl: '/',
baseUrl: '/sbt-aws/',
trailingSlash: false,
organizationName: 'awslabs', // Usually your GitHub org/user name.
projectName: 'sbt-aws', // Usually your repo name.
Expand Down

0 comments on commit 4757cba

Please sign in to comment.