Skip to content

Commit f2c4a55

Browse files
authored
Change basepath to /docs (#226)
1 parent cb75db4 commit f2c4a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const config: Config = {
148148
url: "https://docs.fishjam.io/",
149149
// Set the /<baseUrl>/ pathname under which your site is served
150150
// For GitHub pages deployment, it is often '/<projectName>/'
151-
baseUrl: "/",
151+
baseUrl: "/docs",
152152
trailingSlash: false,
153153

154154
// GitHub pages deployment config.

0 commit comments

Comments
 (0)