Skip to content

Commit

Permalink
doc: test deployment - enable chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 7, 2023
1 parent fa73d69 commit c75570a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 16 deletions.
6 changes: 0 additions & 6 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ export default defineNuxtConfig({
css: [
'~/css/scrollbars.css',
],
ogImage: {
compatibility: {
prerender: { chromium: false },
runtime: { chromium: false }
}
},
app: {
pageTransition: {
name: 'page',
Expand Down
9 changes: 5 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@
"nuxt-icon": "^0.6.7",
"nuxt-lego": "^0.0.14",
"nuxt-lodash": "^2.5.3",
"nuxt-og-image": "^3.0.0-beta.47",
"nuxt-og-image": "^3.0.0-beta.48",
"shiki-es": "^0.14.0",
"typescript": "^5.3.3",
"three": "0.138.3",
"troisjs": "^0.3.4"
"troisjs": "^0.3.4",
"typescript": "^5.3.3",
"playwright": "^1.40.1"
},
"resolutions": {
"nitropack": "npm:[email protected]",
"nuxt-og-image": "^3.0.0-beta.47"
"nuxt-og-image": "^3.0.0-beta.48"
}
}
33 changes: 27 additions & 6 deletions docs/pnpm-lock.yaml

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

0 comments on commit c75570a

Please sign in to comment.