Skip to content

Commit

Permalink
progress commit
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 11, 2024
1 parent bc1dc0b commit 632df5b
Show file tree
Hide file tree
Showing 261 changed files with 1,345 additions and 12,361 deletions.
2 changes: 1 addition & 1 deletion .playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default defineNuxtConfig({
modules: [
NuxtSeoKit,
'@nuxt/ui',
'nuxt-icon',
],

devtools: {
Expand Down Expand Up @@ -43,6 +42,7 @@ export default defineNuxtConfig({
routeRules: {
'/about': { sitemap: { changefreq: 'daily', priority: 0.3 } },
'/secret': { index: false },
'/blog/tag': { redirect: { to: '/blog/tags', statusCode: 301 } },
},

compatibilityDate: '2024-07-11',
Expand Down
9 changes: 9 additions & 0 deletions .playground/pages/blog/tag/[slug].vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<script setup>
import { useBreadcrumbItems } from '#imports'
const links = useBreadcrumbItems()
</script>

<template>
<pre>{{ links }}</pre>
</template>
118 changes: 0 additions & 118 deletions docs/components/HeaderLinks.vue

This file was deleted.

111 changes: 0 additions & 111 deletions docs/components/docs/DocsAsideLinks.vue

This file was deleted.

1 change: 0 additions & 1 deletion docs/content/0.nuxt-seo/_dir.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
46 changes: 0 additions & 46 deletions docs/content/1.robots/1.getting-started/0.features.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/content/1.robots/1.getting-started/0.installation.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/content/1.robots/1.getting-started/3.stackblitz.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/content/1.robots/1.getting-started/_dir.yml

This file was deleted.

Loading

0 comments on commit 632df5b

Please sign in to comment.