fix edit url on docs pages

This commit is contained in:
moehreag 2024-06-30 21:59:20 +02:00
parent 219a6930d5
commit 8bf19e7d8e

View file

@ -69,7 +69,7 @@ export default defineConfig({
copyright: 'Copyright © 2024 FrogMC, <a href="https://git.frogmc.dev/frogmc/frogmc.dev">licensed under Apache-2.0</a>' copyright: 'Copyright © 2024 FrogMC, <a href="https://git.frogmc.dev/frogmc/frogmc.dev">licensed under Apache-2.0</a>'
}, },
editLink: { editLink: {
pattern: 'https://git.frogmc.dev/frogmc/frogmc.dev/edit/mistress/:path' pattern: 'https://git.frogmc.dev/frogmc/frogmc.dev/_edit/mistress/:path'
}, },
outline: 'deep', outline: 'deep',
externalLinkIcon: true externalLinkIcon: true