Skip to content

Commit

Permalink
add info to nuxt so deploys to custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
GMBueno committed Mar 28, 2024
1 parent ad74ce0 commit be1cf0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
ssr: false,
app: {
baseURL: '/findicadores/',
},
devtools: {
enabled: process.env.NODE_ENV !== "production",
},
Expand Down

0 comments on commit be1cf0c

Please sign in to comment.