Updated styles build config
All checks were successful
Test / test (pull_request) Successful in 52s
Test / test (push) Successful in 59s

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],
},