fix: fix footer

This commit is contained in:
taskylizard 2025-06-22 15:56:10 +00:00
parent bc46cba3b4
commit 27b7fa2405
No known key found for this signature in database
GPG key ID: 1820131ED1A24120

View file

@ -152,7 +152,7 @@ export default defineConfig({
search,
footer: {
message: `${feedback} (rev: ${commitRef})`,
copyright: `© ${new Date().getFullYear()}, <a href="https://i.ibb.co/pLVXBSh/image.png">Estd 2018.</a><div></div>This site does not host any files.`
copyright: `© ${new Date().getFullYear()}, <a href="https://i.ibb.co/pLVXBSh/image.png">Estd 2018.</a>` + `<br/> This site does not host any files.`
},
editLink: {
pattern: 'https://github.com/fmhy/edit/edit/main/docs/:path',