Fix text not appearing in footer (#3663)

Co-authored-by: Lenicyl <lenicyl@disroot.org>
This commit is contained in:
Lenicyl
2025-06-22 20:17:50 +05:30
committed by GitHub
parent 99fe63211c
commit ec23953ece

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',