ffdgfg
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user