diff --git a/README.md b/README.md index bd12b3eb..5405c6b6 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ npx nuxi@latest module add @nuxt/scripts Done! You can now start using Nuxt Scripts in your Nuxt app. -Check out the [📖   docs](#docs) or these resources to get started: -- [👉   Script Registry](#registry) -- [👉   useScript](https://unhead.unjs.io/usage/composables/use-script) +Check out the [📖  docs](https://nuxt-scripts.vercel.app/) or these resources to get started: +- [👉  Script Registry](https://nuxt-scripts.vercel.app/scripts) +- [👉  useScript](https://unhead.unjs.io/usage/composables/use-script) ## License diff --git a/docs/app.config.ts b/docs/app.config.ts index 0c3af0bc..f5c101f9 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -20,7 +20,7 @@ export default defineAppConfig({ header: { links: [{ 'icon': 'i-simple-icons-github', - 'to': 'https://github.com/nuxt-hub/core', + 'to': 'https://github.com/nuxt/scripts', 'target': '_blank', 'aria-label': 'Nuxt Scripts', }], @@ -29,11 +29,11 @@ export default defineAppConfig({ title: 'Table of Contents', bottom: { title: 'Community', - edit: 'https://github.com/nuxt-hub/core/edit/main/docs/content', + edit: 'https://github.com/nnuxt/scripts/edit/main/docs/content', links: [{ icon: 'i-heroicons-star', label: 'Star on GitHub', - to: 'https://github.com/nuxt-hub/core', + to: 'https://github.com/nuxt/scripts', target: '_blank', }, { icon: 'i-simple-icons-nuxtdotjs', diff --git a/docs/components/OgImage/OgImageDocs.vue b/docs/components/OgImage/Docs.vue similarity index 99% rename from docs/components/OgImage/OgImageDocs.vue rename to docs/components/OgImage/Docs.vue index 84d87467..139e88a7 100644 --- a/docs/components/OgImage/OgImageDocs.vue +++ b/docs/components/OgImage/Docs.vue @@ -1,8 +1,4 @@