Skip to content

Commit 1537597

Browse files
authored
update config
1 parent c81da4a commit 1537597

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docusaurus.config.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const config: Config = {
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
1616
baseUrl: '/',
17+
trailingSlash: true,
1718

1819
// GitHub pages deployment config.
1920
// If you aren't using GitHub pages, you don't need these.
@@ -103,11 +104,11 @@ const config: Config = {
103104
items: [
104105
{
105106
label: 'Terms of Service',
106-
href: 'https://miwa.lol/legal/terms',
107+
href: 'https://miwa.lol/terms',
107108
},
108109
{
109110
label: 'Privacy Policy',
110-
href: 'https://miwa.lol/legal/privacy',
111+
href: 'https://miwa.lol/privacy',
111112
},
112113
],
113114
}

0 commit comments

Comments
 (0)