Skip to content

Commit 9427635

Browse files
committed
fix: add trailing slash to Impressum footer link for consistency
1 parent 4454a48 commit 9427635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/plume.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default defineThemeConfig({
2121
createTime: true,
2222

2323
footer: {
24-
message: '<a target="_self" href="https://specht-labs.de/impressum">Impressum</a> - <a target="_self" href="https://specht-labs.de/datenschutz/">Datenschutz</a> - Powered by <a target="_blank" href="https://v2.vuepress.vuejs.org/">VuePress</a>',
24+
message: '<a target="_self" href="https://specht-labs.de/impressum/">Impressum</a> - <a target="_self" href="https://specht-labs.de/datenschutz/">Datenschutz</a> - Powered by <a target="_blank" href="https://v2.vuepress.vuejs.org/">VuePress</a>',
2525
copyright: '&#169; 2025 Cedric Specht - <a target="_self" href="https://specht-labs.de/">Specht Labs</a>',
2626
},
2727

0 commit comments

Comments
 (0)