Skip to content

Commit 4890963

Browse files
authored
fix: No comma in Nuxt SEO snippets (#38)
Add commas to nuxt seo #37
1 parent 1374be2 commit 4890963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/nuxt/nuxt-script.code-snippets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prefix": "nseo",
3232
"body": [
3333
"useSeoMeta({",
34-
"\ttitle: ${1:pageTitle}",
34+
"\ttitle: ${1:pageTitle},",
3535
"\tdescription: ${2:pageDescription}",
3636
"})"
3737
],
@@ -50,7 +50,7 @@
5050
"prefix": "nseo-server",
5151
"body": [
5252
"useServerSeoMeta({",
53-
"\ttitle: ${1:pageTitle}",
53+
"\ttitle: ${1:pageTitle},",
5454
"\tdescription: ${2:pageDescription}",
5555
"})"
5656
],

0 commit comments

Comments
 (0)