1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

fix(website): simply netlify mention

Badge wasn't working properly on prod for some reason.
This commit is contained in:
Andrey Nering
2025-08-09 18:47:51 -03:00
parent 7cd5be9c3c
commit 33bfc3efdf

View File

@@ -284,7 +284,7 @@ export default defineConfig({
footer: {
message:
'<div style="display: flex; justify-content: center; width: 100%;"><a target="_blank" href="https://www.netlify.com"><img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Deploys by Netlify" /></a></div>'
'Built with <a target="_blank" href="https://www.netlify.com">Netlify</a>'
}
}
});