Skip to content

Commit

Permalink
doc: test deployment - disable chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 7, 2023
1 parent 2d08d2c commit 859bfe6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ export default defineNuxtConfig({
css: [
'~/css/scrollbars.css',
],
ogImage: {
compatibility: {
prerender: { chromium: false },
runtime: { chromium: false }
}
}
app: {
pageTransition: {
name: 'page',
Expand Down

0 comments on commit 859bfe6

Please sign in to comment.