mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 09:40:10 +00:00
Fix URLs
This commit is contained in:
parent
3d7a6ec72f
commit
fd9c2ee734
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ module.exports = {
|
||||||
|
|
||||||
theme: "@vuepress/theme-default",
|
theme: "@vuepress/theme-default",
|
||||||
plugins: [
|
plugins: [
|
||||||
"vuepress-plugin-clean-urls",
|
["vuepress-plugin-clean-urls", {normalSuffix: "/"}],
|
||||||
],
|
],
|
||||||
markdown: {
|
markdown: {
|
||||||
extendMarkdown: md => {
|
extendMarkdown: md => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue