Skip to content

Commit

Permalink
fix: 🐛 fix redirect in module configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ryntab committed Jun 11, 2024
1 parent d976d8e commit 9bde484
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions event-viewer/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,4 @@ export default defineNuxtConfig({
SENTRY_AUTH_TOKEN: process.env.SENTRY_AUTH_TOKEN
}
},
app: {
baseURL: '/ProcessWireSentry/event-viewer/dist/', // Base URL for the application
buildAssetsDir: '/_nuxt/', // Directory for build assets
},
build: {
publicPath: '/ProcessWireSentry/event-viewer/dist/',
splitChunks: {
layouts: false,
pages: false,
commons: false
},
extractCSS: true,
optimization: {
splitChunks: {
cacheGroups: {
styles: {
name: 'styles',
test: /\.(css|vue)$/,
chunks: 'all',
enforce: true
}
}
}
}

},
router: {
base: '/ProcessWireSentry/event-viewer/dist/'
},
// build: {
// transpile: ['@vitejs/plugin-vue']
// },
// vite: true
})

0 comments on commit 9bde484

Please sign in to comment.