Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Apr 6, 2023
1 parent b3c79ed commit ae21a95
Show file tree
Hide file tree
Showing 5 changed files with 913 additions and 804 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -90,6 +90,9 @@ dist

# vuepress build output
.vuepress/dist
# vitepress build output
docs/.vitepress/dist
docs/.vitepress/cache

# Serverless directories
.serverless/
Expand Down
5 changes: 5 additions & 0 deletions docs/.vitepress/config.ts
Expand Up @@ -20,4 +20,9 @@ export default defineConfig({
copyright: 'Copyright © 2020-present Open Data Plan',
},
},
vite: {
optimizeDeps: {
exclude: ['vue-demi'],
},
},
})

1 comment on commit ae21a95

@vercel
Copy link

@vercel vercel bot commented on ae21a95 Apr 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

g2plot-vue – ./

g2plot-vue-opd.vercel.app
g2plot-vue.vercel.app
g2plot-vue-git-master-opd.vercel.app
g2plot-vue.opd.cool

Please sign in to comment.