Skip to content

Commit

Permalink
extract css
Browse files Browse the repository at this point in the history
  • Loading branch information
khanzadimahdi committed Apr 29, 2024
1 parent 5b0d233 commit c8928c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
build: {
extractCSS: {
allChunks: true
}
},
modules: ['@vueuse/nuxt', "nuxt-tiptap-editor"],
runtimeConfig: {
internalApiBaseUrl: '',
Expand Down

0 comments on commit c8928c4

Please sign in to comment.