This commit is contained in:
2025-07-20 00:24:03 +02:00
parent ef344ea208
commit 417a25197e
4 changed files with 8 additions and 9 deletions

View File

@@ -14,7 +14,6 @@ import remarkTOC from './src/plugins/remark-toc.mjs'
import { themeConfig } from './src/config'
import { imageConfig } from './src/utils/image-config'
import path from 'path'
import netlify from '@astrojs/netlify'
import nodeAdapter from '@astrojs/node'
export default defineConfig({
@@ -30,7 +29,7 @@ export default defineConfig({
},
markdown: {
shikiConfig: {
theme: 'css-variables',
theme: 'kanagawa-dragon',
wrap: false
},
remarkPlugins: [remarkMath, remarkDirective, remarkEmbeddedMedia, remarkReadingTime, remarkTOC],