aboutsummaryrefslogtreecommitdiff
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-09-18 03:41:02 +0300
committerValentin Popov <valentin@popov.link>2024-09-18 03:41:02 +0300
commit0e80f4e4d7930b9a71a10110ead73a8989c66860 (patch)
tree83538b36bd165630a6b0530a44b2ef7354555448 /astro.config.mjs
parentb9d8d5ca28d859dab7646b102c1b843dd48790f2 (diff)
downloadpopov.link-0e80f4e4d7930b9a71a10110ead73a8989c66860.tar.xz
popov.link-0e80f4e4d7930b9a71a10110ead73a8989c66860.zip
Updated styles build config
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 19de11e..5b465d1 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -11,6 +11,9 @@ export default defineConfig({
imageService: "compile",
}),
integrations: [icon(), sitemap()],
+ build: {
+ inlineStylesheets: "always",
+ },
markdown: {
remarkPlugins: [remarkReadingTime],
},