We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81da4a commit 1537597Copy full SHA for 1537597
docusaurus.config.ts
@@ -14,6 +14,7 @@ const config: Config = {
14
// Set the /<baseUrl>/ pathname under which your site is served
15
// For GitHub pages deployment, it is often '/<projectName>/'
16
baseUrl: '/',
17
+ trailingSlash: true,
18
19
// GitHub pages deployment config.
20
// If you aren't using GitHub pages, you don't need these.
@@ -103,11 +104,11 @@ const config: Config = {
103
104
items: [
105
{
106
label: 'Terms of Service',
- href: 'https://miwa.lol/legal/terms',
107
+ href: 'https://miwa.lol/terms',
108
},
109
110
label: 'Privacy Policy',
- href: 'https://miwa.lol/legal/privacy',
111
+ href: 'https://miwa.lol/privacy',
112
113
],
114
}
0 commit comments