Fix bug and update

This commit is contained in:
Swift
2023-11-29 22:59:52 +03:30
parent bce43bda11
commit a6a8d6ad5a
25 changed files with 12654 additions and 15098 deletions
+7 -2
View File
@@ -62,7 +62,12 @@ export default {
],
// Auto import components (https://go.nuxtjs.dev/config-components)
components: true,
components: [
{
path: '~/components',
pathPrefix: false,
},
],
// Modules for dev and build (recommended) (https://go.nuxtjs.dev/config-modules)
buildModules: ['@nuxtjs/pwa'],
@@ -102,7 +107,7 @@ export default {
proxy: true
},
proxy: {
'/api': { target: `http://127.0.0.1:${isProduction ? NuxtPort : DevServerPort}` }
'/api': { target: `http://127.0.0.1:${isProduction ? NuxtPort : DevServerPort}` }
},
// Build Configuration (https://go.nuxtjs.dev/config-build)
build: {