Fix text not appearing in footer

This commit is contained in:
Lenicyl 2025-06-22 12:49:40 +05:30
parent 99fe63211c
commit cdf9e88469

View file

@ -152,7 +152,7 @@ export default defineConfig({
search, search,
footer: { footer: {
message: `${feedback} (rev: ${commitRef})`, 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: { editLink: {
pattern: 'https://github.com/fmhy/edit/edit/main/docs/:path', pattern: 'https://github.com/fmhy/edit/edit/main/docs/:path',