Skip to content

Commit

Permalink
Correction d'un bug de compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Jul 9, 2024
1 parent 365583f commit 44a018a
Show file tree
Hide file tree
Showing 3 changed files with 612 additions and 37 deletions.
8 changes: 8 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const url = debug ? 'http://localhost:3000' : siteMeta.url
// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({
ssr: true,
compatibilityDate: '2024-07-01',

app: {
head: {
Expand Down Expand Up @@ -54,8 +55,15 @@ export default defineNuxtConfig({
'nuxt-link-checker',
'@nuxtjs/sitemap',
'nuxt-simple-robots',
"@nuxt/image"
],

nitro: {
prerender: {
routes: ['/'],
},
},

eslint: {
config: {
stylistic: true,
Expand Down
Loading

0 comments on commit 44a018a

Please sign in to comment.