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,6 +4,7 @@ import mdx from '@astrojs/mdx';
|
|||||||
import remarkMath from 'remark-math'
|
import remarkMath from 'remark-math'
|
||||||
import rehypeKatex from 'rehype-katex'
|
import rehypeKatex from 'rehype-katex'
|
||||||
import sitemap from '@astrojs/sitemap';
|
import sitemap from '@astrojs/sitemap';
|
||||||
|
import { typst } from 'astro-typst';
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
@@ -15,5 +16,5 @@ export default defineConfig({
|
|||||||
integrations: [mdx({
|
integrations: [mdx({
|
||||||
syntaxHighlight: 'shiki',
|
syntaxHighlight: 'shiki',
|
||||||
shikiConfig: { theme: "dracula" },
|
shikiConfig: { theme: "dracula" },
|
||||||
}), sitemap()],
|
}), sitemap(), typst()],
|
||||||
});
|
});
|
||||||
|
|||||||
2233
package-lock.json
generated
2233
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@@ -9,11 +9,12 @@
|
|||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^4.3.5",
|
"@astrojs/mdx": "^4.3.13",
|
||||||
"@astrojs/rss": "^4.0.12",
|
"@astrojs/rss": "^4.0.15",
|
||||||
"@astrojs/sitemap": "^3.5.1",
|
"@astrojs/sitemap": "^3.7.0",
|
||||||
"@astrojs/vue": "^5.1.1",
|
"@astrojs/vue": "^5.1.4",
|
||||||
"astro": "^5.13.7",
|
"astro": "^5.17.3",
|
||||||
|
"astro-typst": "^0.12.1",
|
||||||
"rehype-katex": "^7.0.1",
|
"rehype-katex": "^7.0.1",
|
||||||
"remark-math": "^6.0.0"
|
"remark-math": "^6.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user