Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	src/pages/blog.astro
  • Loading branch information
xzh committed Oct 28, 2024
2 parents 50f38bd + 5f3444e commit 22fda0a
Show file tree
Hide file tree
Showing 27 changed files with 104 additions and 7,346 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# package-lock.json
package-lock.json

# environment variables
.env
.env.production
Expand Down
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ export default defineConfig({
site: 'https://overlookart.github.io',
base: '/ArtWebsite',
// 集成
integrations: [vue(), tailwind(), db()]
integrations: [vue({devtools: true}), tailwind(), db()],
renderers: ['@astrojs/renderer-vue'],
});
Loading

0 comments on commit 22fda0a

Please sign in to comment.