Skip to content

Commit 6052f29

Browse files
committedDec 3, 2023
refactor!: rename default component NuxtSeo
1 parent 41a1627 commit 6052f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default defineNuxtModule<ModuleOptions>({
132132
defaults: {
133133
emojis: 'noto',
134134
renderer: 'satori',
135-
component: 'Fallback',
135+
component: 'NuxtSeo',
136136
width: 1200,
137137
height: 600,
138138
// default is to cache the image for 1 day (24 hours)

0 commit comments

Comments
 (0)
Please sign in to comment.