Skip to content

Commit

Permalink
Attempted fix of 500, pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
worldwidepixel committed Jul 17, 2024
1 parent 19ae76d commit 32e909b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,4 @@ export default defineNuxtConfig({
css: ["~/assets/css/fonts.css"],

compatibilityDate: "2024-07-13",

runtimeConfig: {
public: {
dev: process.env.NODE_ENV === "production" ? false : true,
},
},
})
})

0 comments on commit 32e909b

Please sign in to comment.