Skip to content

Commit f4adb60

Browse files
committed
feat: adding baseurl to be served under github page
1 parent 4bf9a3b commit f4adb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config: Config = {
1111
url: 'https://your-docusaurus-site.example.com',
1212
// Set the /<baseUrl>/ pathname under which your site is served
1313
// For GitHub pages deployment, it is often '/<projectName>/'
14-
baseUrl: '/',
14+
baseUrl: 'openmfp.org/',
1515

1616
// GitHub pages deployment config.
1717
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)