dfsdf
This commit is contained in:
15
astro.config.mjs
Normal file
15
astro.config.mjs
Normal file
@@ -0,0 +1,15 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from "astro/config";
|
||||
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [tailwind()],
|
||||
site: "https://vxheaven.cc",
|
||||
markdown: {
|
||||
shikiConfig: {
|
||||
theme: "kanagawa-dragon",
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user