Skip to content

Commit

Permalink
Fix edit link and contact link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjaeger committed Nov 2, 2024
1 parent 1b8227b commit b12a92c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,12 @@ export default defineConfig({
{ icon: 'linkedin', link: 'https://www.linkedin.com/company/libre-solar/' },
],
editLink: {
pattern: 'https://github.com/LibreSolar/libresolar.github.io/edit/main/:path',
pattern: 'https://github.com/LibreSolar/libresolar.github.io/edit/main/src/:path',
},

footer: {
message: 'The Libre Solar Project | <span style="padding: 5px;"><a href="contact.html">Contact / Impressum</a>',
message: '<span style="padding: 5px;">The Libre Solar Project</span> | ' +
'<span style="padding: 5px;"><a href="/contact.html">Contact / Impressum</a></span>',
},
},
lastUpdated: true,
Expand Down

0 comments on commit b12a92c

Please sign in to comment.