mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 03:21:35 +01:00
Add nix build script to generate static files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { defineConfig, sharpImageService } from "astro/config";
|
||||
import { defineConfig } from "astro/config";
|
||||
import { rehypeHeadingIds } from "@astrojs/markdown-remark";
|
||||
import rehypeAutolinkHeadings from "rehype-autolink-headings";
|
||||
import svelte from "@astrojs/svelte";
|
||||
@@ -8,8 +8,7 @@ export default defineConfig({
|
||||
site: "https://aurora.thilohohlt.com",
|
||||
compressHTML: true,
|
||||
experimental: {
|
||||
assets: true,
|
||||
inlineStylesheets: "auto",
|
||||
assets: true
|
||||
},
|
||||
scopedStyleStrategy: "class",
|
||||
markdown: {
|
||||
@@ -26,8 +25,5 @@ export default defineConfig({
|
||||
],
|
||||
],
|
||||
},
|
||||
image: {
|
||||
service: sharpImageService(),
|
||||
},
|
||||
integrations: [svelte()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user