Skip to content

Commit

Permalink
chore: bump deps and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 7, 2024
1 parent 7b8ffac commit 41a4a5f
Show file tree
Hide file tree
Showing 4 changed files with 1,782 additions and 793 deletions.
9 changes: 2 additions & 7 deletions docs/content/2.guides/3.route-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ Trying to set default OG Images? Try instead use the [App Icons - Open Graph Ima

### `seoMeta`{lang="ts"}

Takes the same input as [useSeoMeta()](https://nuxt.com/docs/api/composables/use-seo-meta#useseometa){lang="ts"}.
Takes the same input as [useSeoMeta()](https://nuxt.com/docs/api/composables/use-seo-meta#useseometa){lang="ts"}.

::UAlert{color="info" variant="subtle" title="Infer SEO Meta Plugin" icon="i-carbon-information"}
#description
Nuxt SEO Utils loads the [Infer SEO Meta Plugin](https://unhead.unjs.io/plugins/plugins/infer-seo-meta-tags) from [Unhead](https://unhead.unjs.io/) that will automatically infer SEO meta tags for you based on your content, including `og:title`, `og:description`, `twitter:card`.
::


```ts
export default defineNuxtConfig({
routeRules: {
Expand Down Expand Up @@ -58,11 +57,10 @@ export default defineNuxtConfig({
})
```


## Limitations

Route rules will by default take a `high` priority, meaning that they will override any other meta tags set by the page. You can
override
override

```vue [pages/blog/_slug.vue]
<script lang="ts" setup>
Expand All @@ -73,6 +71,3 @@ useSeoMeta({
})
</script>
```



26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,39 +48,39 @@
},
"dependencies": {
"@nuxt/kit": "^3.14.1592",
"@unhead/addons": "^1.11.11",
"@unhead/schema": "^1.11.11",
"@unhead/addons": "^1.11.13",
"@unhead/schema": "^1.11.13",
"defu": "^6.1.4",
"escape-string-regexp": "^5.0.0",
"fast-glob": "^3.3.2",
"image-size": "^1.1.1",
"mlly": "^1.7.3",
"nuxt-site-config": "^3.0.3",
"nuxt-site-config": "^3.0.4",
"pathe": "^1.1.2",
"scule": "^1.3.0",
"ufo": "^1.5.4"
},
"devDependencies": {
"@antfu/eslint-config": "3.9.2",
"@antfu/eslint-config": "3.11.2",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "^3.14.4",
"@nuxt/test-utils": "^3.15.1",
"@nuxt/ui": "^2.19.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^9.1.0",
"@unhead/shared": "^1.11.11",
"@nuxtjs/i18n": "^9.1.1",
"@unhead/shared": "^1.11.13",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.8.1",
"case-police": "^0.7.0",
"case-police": "^0.7.2",
"cheerio": "1.0.0",
"eslint": "^9.15.0",
"happy-dom": "^15.11.6",
"eslint": "^9.16.0",
"happy-dom": "^15.11.7",
"markdownlint-cli": "^0.43.0",
"nuxt": "^3.14.1592",
"nuxt-content-twoslash": "^0.1.1",
"nuxt-content-twoslash": "^0.1.2",
"playwright-core": "^1.49.0",
"sass": "^1.81.0",
"sass": "^1.82.0",
"typescript": "5.6.3",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"resolutions": {
"typescript": "5.6.3"
Expand Down
Loading

0 comments on commit 41a4a5f

Please sign in to comment.