mirror of
https://github.com/Pantonius/pantosite-astro.git
synced 2026-04-26 09:24:38 +00:00
Updated dependencies
This commit is contained in:
@@ -4,7 +4,6 @@ import mdx from '@astrojs/mdx';
|
||||
import remarkMath from 'remark-math'
|
||||
import rehypeKatex from 'rehype-katex'
|
||||
import sitemap from '@astrojs/sitemap';
|
||||
import { typst } from 'astro-typst';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
@@ -16,5 +15,5 @@ export default defineConfig({
|
||||
integrations: [mdx({
|
||||
syntaxHighlight: 'shiki',
|
||||
shikiConfig: { theme: "dracula" },
|
||||
}), sitemap(), typst()],
|
||||
}), sitemap()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user