Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 7, 2023
1 parent 1bc512b commit f981c36
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 161 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"nuxt": "^3.8.2",
"nuxt-icon": "^0.6.7",
"nuxt-simple-robots": "^3.1.9",
"vitest": "^1.0.1"
"vitest": "^1.0.2"
},
"build": {
"externals": [
Expand Down
99 changes: 49 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions test/fixtures/i18n/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ export default defineNuxtConfig({
site: {
url: 'https://nuxtseo.com',
},
nitro: {
prerender: {
failOnError: false,
ignore: ['/']
},
},
sitemap: {
dynamicUrlsApiEndpoint: '/__sitemap',
autoLastmod: false,
Expand Down
Loading

0 comments on commit f981c36

Please sign in to comment.