Skip to content

Commit

Permalink
chore: try de-minifying build for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 1, 2024
1 parent 6b6c039 commit 09b0759
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
sourcemap: true,
vite: {
build: {
minify: false
}
},
modules: ['@unocss/nuxt', 'nuxt-og-image', 'nuxt-time'],
site: {
url: 'https://page-speed.dev',
Expand Down

0 comments on commit 09b0759

Please sign in to comment.