mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 03:21:35 +01:00
Format
This commit is contained in:
@@ -7,19 +7,25 @@ import svelte from "@astrojs/svelte";
|
||||
export default defineConfig({
|
||||
experimental: {
|
||||
assets: true,
|
||||
inlineStylesheets: "auto"
|
||||
inlineStylesheets: "auto",
|
||||
},
|
||||
scopedStyleStrategy: "class",
|
||||
markdown: {
|
||||
rehypePlugins: [rehypeHeadingIds, [rehypeAutolinkHeadings, {
|
||||
behavior: "wrap",
|
||||
properties: {
|
||||
class: "heading-linker"
|
||||
}
|
||||
}]]
|
||||
rehypePlugins: [
|
||||
rehypeHeadingIds,
|
||||
[
|
||||
rehypeAutolinkHeadings,
|
||||
{
|
||||
behavior: "wrap",
|
||||
properties: {
|
||||
class: "heading-linker",
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
},
|
||||
image: {
|
||||
service: sharpImageService()
|
||||
service: sharpImageService(),
|
||||
},
|
||||
integrations: [svelte()]
|
||||
});
|
||||
integrations: [svelte()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user