Skip to content

Commit

Permalink
fix: img
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Apr 12, 2024
1 parent da16bf9 commit e506aa8
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 597 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export default defineNuxtConfig({
// 'p3-juejin.byteimg.com',
// 'sns-webpic-qc.xhscdn.com',
// 'cdn.dribbble.com',
'picx.zhimg.com',
'img.zcool.cn',
// 'picx.zhimg.com',
// 'img.zcool.cn',
],
},
googleFonts: {
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,42 +16,42 @@
"studio": "prisma studio"
},
"dependencies": {
"@nuxt/image": "^1.3.0",
"@prisma/client": "^5.9.1",
"@nuxt/image": "^1.5.0",
"@prisma/client": "^5.12.1",
"@sidebase/core": "^0.1.4",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/coverage-v8": "^1.4.0",
"consola": "^3.2.3",
"trpc-nuxt": "^0.10.21",
"zod": "^3.22.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@faker-js/faker": "^8.4.0",
"@nuxt/test-utils": "^3.11.0",
"@nuxtjs/google-fonts": "^3.1.3",
"@antfu/eslint-config": "^2.13.3",
"@faker-js/faker": "^8.4.1",
"@nuxt/test-utils": "^3.12.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.3.0",
"@nuxtjs/seo": "2.0.0-rc.10",
"@nuxtjs/tailwindcss": "^6.11.4",
"@testing-library/vue": "^8.0.1",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/ui": "^1.2.2",
"@testing-library/vue": "^8.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/ui": "^1.4.0",
"dayjs": "^1.11.10",
"eslint": "^8.56.0",
"h3": "^1.10.1",
"eslint": "^8.57.0",
"h3": "^1.11.1",
"nuxt": "3.11.2",
"nuxt-icon": "^0.6.10",
"nuxt-scheduler": "^0.1.9",
"nuxt-svgo": "^4.0.0",
"playwright": "^1.41.2",
"prisma": "^5.9.1",
"typescript": "^5.4.4",
"playwright": "^1.43.0",
"prisma": "^5.12.1",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"uuid": "^9.0.1",
"vite-svg-loader": "^5.1.0",
"vitest": "^1.2.2",
"vitest": "^1.4.0",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit e506aa8

Please sign in to comment.