Skip to content

Commit b12a92c

Browse files
committed
Fix edit link and contact link in footer
1 parent 1b8227b commit b12a92c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vitepress/config.mts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,12 @@ export default defineConfig({
104104
{ icon: 'linkedin', link: 'https://www.linkedin.com/company/libre-solar/' },
105105
],
106106
editLink: {
107-
pattern: 'https://github.com/LibreSolar/libresolar.github.io/edit/main/:path',
107+
pattern: 'https://github.com/LibreSolar/libresolar.github.io/edit/main/src/:path',
108108
},
109109

110110
footer: {
111-
message: 'The Libre Solar Project | <span style="padding: 5px;"><a href="contact.html">Contact / Impressum</a>',
111+
message: '<span style="padding: 5px;">The Libre Solar Project</span> | ' +
112+
'<span style="padding: 5px;"><a href="/contact.html">Contact / Impressum</a></span>',
112113
},
113114
},
114115
lastUpdated: true,

0 commit comments

Comments
 (0)