Skip to content

Commit

Permalink
test: update prerender test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 19, 2023
1 parent 91c62d6 commit 8d62c2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions test/fixtures/basic/nuxt.config.ts
Expand Up @@ -47,6 +47,9 @@ export default defineNuxtConfig({
}
},
routeRules: {
// TODO: update this test
// pretend to be fully prerendered
'/**': { prerender: true },
'/route-rules/spa': { ssr: false },
'/hydration/spa-redirection/**': { ssr: false },
'/no-scripts': { experimentalNoScripts: true }
Expand Down
4 changes: 0 additions & 4 deletions test/fixtures/basic/plugins/prerender.server.ts

This file was deleted.

0 comments on commit 8d62c2a

Please sign in to comment.