Skip to content

Commit

Permalink
Merge branch 'main' into feat/nuxt-image-module-config-format
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmut-co-uk committed Jul 6, 2023
2 parents 72dc91b + afe4120 commit 111de6a
Show file tree
Hide file tree
Showing 5 changed files with 662 additions and 871 deletions.
3 changes: 0 additions & 3 deletions docs/content/5.providers/layer0.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@ export default defineNuxtConfig({
plausible: {
domain: 'image.nuxtjs.org'
},
nitro: {
prerender: {
ignore: ['/__pinceau_tokens_config.json', '/__pinceau_tokens_schema.json']
}
},
routeRules: {
'/providers/layer0': { redirect: '/providers/edgio' }
}
})
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"devDependencies": {
"@nuxt-themes/docus": "^1.13.0",
"@nuxtjs/plausible": "latest",
"nuxt": "^3.6.1"
"nuxt": "^3.6.2"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"test:types": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck example"
},
"dependencies": {
"@nuxt/kit": "^3.6.1",
"consola": "^3.2.2",
"@nuxt/kit": "^3.6.2",
"consola": "^3.2.3",
"defu": "^6.1.2",
"h3": "^1.7.1",
"image-meta": "^0.1.1",
Expand All @@ -40,27 +40,27 @@
"devDependencies": {
"@nuxt/image": "link:.",
"@nuxt/module-builder": "0.4.0",
"@nuxt/test-utils": "^3.6.1",
"@nuxt/test-utils": "^3.6.2",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.16.18",
"@vitest/coverage-v8": "^0.32.2",
"@types/node": "^18.16.19",
"@vitest/coverage-v8": "^0.32.4",
"@vue/test-utils": "^2.4.0",
"changelogen": "^0.5.3",
"eslint": "8.43.0",
"globby": "^13.2.0",
"changelogen": "^0.5.4",
"eslint": "8.44.0",
"globby": "^13.2.2",
"ipx": "1.2.0",
"jiti": "1.18.2",
"nuxt": "^3.6.1",
"nuxt-vitest": "^0.8.6",
"jiti": "1.19.1",
"nuxt": "^3.6.2",
"nuxt-vitest": "^0.8.7",
"playwright": "^1.35.1",
"typescript": "5.1.6",
"vitest": "^0.32.2",
"vue-tsc": "^1.8.3"
"vitest": "^0.32.4",
"vue-tsc": "^1.8.4"
},
"optionalDependencies": {
"ipx": "^1.2.0"
},
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.6",
"resolutions": {
"@nuxt/image-edge": "link:.",
"@nuxt/image": "link:."
Expand Down

0 comments on commit 111de6a

Please sign in to comment.