mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore(examples): fix links to vue-meta repo (#5018)
This commit is contained in:
parent
90ba0cd6b7
commit
06f4762e47
@ -1,6 +1,6 @@
|
||||
# Manage your app's meta information
|
||||
|
||||
Nuxt.js uses [vue-meta](https://github.com/declandewet/vue-meta) to manage page meta info (such as: meta, title, link, style, script) of your application.
|
||||
Nuxt.js uses [vue-meta](https://github.com/nuxt/vue-meta) to manage page meta info (such as: meta, title, link, style, script) of your application.
|
||||
|
||||
## Example
|
||||
|
||||
@ -10,4 +10,4 @@ SEO: https://nuxtjs.org/examples/seo-html-head
|
||||
|
||||
Nuxt.js: https://nuxtjs.org/guide/views#html-head
|
||||
|
||||
vue-meta: https://github.com/declandewet/vue-meta#table-of-contents
|
||||
vue-meta: https://github.com/nuxt/vue-meta#table-of-contents
|
||||
|
Loading…
Reference in New Issue
Block a user