Skip to content

Commit

Permalink
chore: cleanup nuxt config #372
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Feb 4, 2025
1 parent 418e7c8 commit 42bef7d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ export default defineNuxtConfig({
build: {
transpile: [
process.env.NODE_ENV === 'production' ? 'maplibre-gl' : '',
'iron-webcrypto',
'punycode',
'pinia',
'vuetify',
'date-fns',
/lodash.*/,
Expand Down Expand Up @@ -40,10 +37,6 @@ export default defineNuxtConfig({
image: {
domains: [...configuredApi(vidos), ...configuredImageProxy(vidos)],
},
imports: {
autoImport: true,
},
loadingIndicator: false,
modules: [
'@nuxtjs/i18n',
'@nuxt/image-edge',
Expand Down

0 comments on commit 42bef7d

Please sign in to comment.