Skip to content

Commit

Permalink
remove base render route
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Jan 7, 2024
1 parent e9d89e6 commit fa1d8bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export default defineNuxtConfig({
// https://nuxt.com/docs/api/configuration/nuxt-config

routeRules: {
'/**': {
prerender: true,
},
// '/**': {
// prerender: true,
// },
},

extends: [
Expand Down

0 comments on commit fa1d8bd

Please sign in to comment.