chore: fix trailing slash

This commit is contained in:
Sidharth Vinod
2022-11-25 11:17:30 +05:30
parent 7508a555d4
commit f4dd01c4fe
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
export const prerender = true;
export const csr = true;
export const ssr = false;
export const trailingSlash = 'ignore';
+1 -2
View File
@@ -18,8 +18,7 @@ const config = {
? {
base: `/mermaid-live-editor`
}
: {},
trailingSlash: 'ignore'
: {}
}
};