fix edit url on docs pages
This commit is contained in:
parent
219a6930d5
commit
8bf19e7d8e
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue