Skip to content

Commit

Permalink
chore(config): added default site url
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Mar 6, 2024
1 parent 74a9bc5 commit c91d955
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
export default defineNuxtConfig({
extends: ['src/modules/quiz', 'src/modules/http-status'],

site: {
url: 'https://deviz.corentin.tech',
},

devtools: { enabled: true },

modules: ['@nuxt/ui', '@nuxtjs/seo', '@nuxtjs/fontaine', '@vueuse/nuxt', '@nuxtjs/google-fonts', '@pinia/nuxt', '@nuxtjs/plausible'],
Expand Down

0 comments on commit c91d955

Please sign in to comment.