Skip to content

Commit

Permalink
chore: comment seo
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Apr 9, 2024
1 parent 2a2cd37 commit ff7735b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@ export default defineNuxtConfig({
'nuxt-scheduler',
'@nuxtjs/google-fonts',
'nuxt-icon',
'@nuxtjs/seo',
// '@nuxtjs/seo',
'@nuxtjs/tailwindcss',
],
ogImage: {
googleFontMirror: true,
fonts: [
// will load the Noto Sans font from Google fonts
'Noto+Serif+SC',
]

Check failure on line 29 in nuxt.config.ts

View workflow job for this annotation

GitHub Actions / testCodebase

Missing trailing comma
},
extends: ['@sidebase/core'],
image: {
format: ['webp'],
Expand Down

0 comments on commit ff7735b

Please sign in to comment.