We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8227b commit b12a92cCopy full SHA for b12a92c
.vitepress/config.mts
@@ -104,11 +104,12 @@ export default defineConfig({
104
{ icon: 'linkedin', link: 'https://www.linkedin.com/company/libre-solar/' },
105
],
106
editLink: {
107
- pattern: 'https://github.com/LibreSolar/libresolar.github.io/edit/main/:path',
+ pattern: 'https://github.com/LibreSolar/libresolar.github.io/edit/main/src/:path',
108
},
109
110
footer: {
111
- 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> | ' +
112
+ '<span style="padding: 5px;"><a href="/contact.html">Contact / Impressum</a></span>',
113
114
115
lastUpdated: true,
0 commit comments