fix: some astro type errors
All checks were successful
Deploy to SFTP Server / build (push) Successful in 23m37s
All checks were successful
Deploy to SFTP Server / build (push) Successful in 23m37s
This commit is contained in:
@ -4,6 +4,7 @@ import sitemap from "@astrojs/sitemap";
|
||||
import Icons from 'unplugin-icons/vite'
|
||||
import mdx from '@astrojs/mdx';
|
||||
import glsl from 'vite-plugin-glsl';
|
||||
import remarkToc from 'remark-toc'
|
||||
|
||||
import svelte from "@astrojs/svelte";
|
||||
import UnoCSS from 'unocss/astro'
|
||||
@ -31,7 +32,11 @@ export default defineConfig({
|
||||
],
|
||||
},
|
||||
integrations: [
|
||||
mdx(),
|
||||
mdx({
|
||||
remarkPlugins: [
|
||||
remarkToc
|
||||
]
|
||||
}),
|
||||
svelte(),
|
||||
UnoCSS({
|
||||
injectReset: true
|
||||
|
Reference in New Issue
Block a user