Skip to content

Commit

Permalink
disabled ogimage (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez authored Oct 30, 2024
1 parent 0e24356 commit a1cb969
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ useSeoMeta({
ogDescription: page.value.description
})
/*
defineOgImage({
component: 'Docs',
title: page.value.title,
description: page.value.description
})
*/
const headline = computed(() => findPageHeadline(page.value))
Expand Down
8 changes: 8 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ export default defineNuxtConfig({
devtools: true, // (optional)
},

nitro: {
prerender: {
crawlLinks: true,
concurrency: 10,
failOnError: false,
static: false,
}
}
// nitro: {
// prerender: {
// crawlLinks: true,
Expand Down

0 comments on commit a1cb969

Please sign in to comment.