Migration to Astro #1

Merged
Valentin Popov merged 1 commits from migration-to-astro into master 2024-10-17 02:22:42 +03:00
Showing only changes of commit 0e80f4e4d7 - Show all commits

View File

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