nuxtseo-layer-devtools 5.1.1 → 5.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/composables/checklist.ts +1 -1
- package/package.json +2 -2
package/composables/checklist.ts
CHANGED
|
@@ -44,7 +44,7 @@ const DEBUG_ENDPOINTS: Partial<Record<NuxtSEOModule['slug'], string>> = {
|
|
|
44
44
|
'site-config': '/__site-config__/debug.json',
|
|
45
45
|
'robots': '/__robots__/debug.json',
|
|
46
46
|
'sitemap': '/__sitemap__/debug.json',
|
|
47
|
-
'og-image': '/
|
|
47
|
+
'og-image': '/_og/debug.json',
|
|
48
48
|
'schema-org': '/__schema-org__/debug.json',
|
|
49
49
|
}
|
|
50
50
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxtseo-layer-devtools",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.3",
|
|
5
5
|
"description": "Shared Nuxt layer for Nuxt SEO devtools clients.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"ofetch": "^1.5.1",
|
|
48
48
|
"shiki": "^4.0.2",
|
|
49
49
|
"ufo": "^1.6.3",
|
|
50
|
-
"nuxtseo-shared": "5.1.
|
|
50
|
+
"nuxtseo-shared": "5.1.3"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"nuxt": "^4.4.2",
|