Skip to content

Commit

Permalink
集成数据库
Browse files Browse the repository at this point in the history
  • Loading branch information
xzh committed Mar 14, 2024
1 parent ea81229 commit 1d6a0d9
Show file tree
Hide file tree
Showing 3 changed files with 27,152 additions and 4,378 deletions.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ import { defineConfig } from 'astro/config';
import vue from "@astrojs/vue";
import tailwind from "@astrojs/tailwind";

import db from "@astrojs/db";

// https://astro.build/config
export default defineConfig({
site: 'https://overlookart.github.io',
base: '/ArtWebsite',
// 集成
integrations: [vue(), tailwind()]
integrations: [vue(), tailwind(), db()]
});
Loading

0 comments on commit 1d6a0d9

Please sign in to comment.