0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-06 18:13:34 +03:00

Updated styles build config

This commit is contained in:
Valentin Popov 2024-09-18 00:41:02 +00:00
parent b9d8d5ca28
commit 0e80f4e4d7
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -11,6 +11,9 @@ export default defineConfig({
imageService: "compile",
}),
integrations: [icon(), sitemap()],
build: {
inlineStylesheets: "always",
},
markdown: {
remarkPlugins: [remarkReadingTime],
},