Small seo improvements
This commit is contained in:
@@ -3,6 +3,10 @@ layout: page
|
||||
outline: 2
|
||||
outlineTitle: Categories
|
||||
sidebar: true
|
||||
head:
|
||||
- - link
|
||||
- rel: canonical
|
||||
content: https://lucide.dev/icons/
|
||||
---
|
||||
|
||||
<script setup>
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
# https://vitepress.dev/reference/default-theme-home-page
|
||||
layout: home
|
||||
|
||||
head:
|
||||
- - link
|
||||
- rel: canonical
|
||||
content: https://lucide.dev/
|
||||
|
||||
hero:
|
||||
name: |
|
||||
Beautiful &
|
||||
|
||||
@@ -23,6 +23,17 @@
|
||||
"source": "/docs/:path*",
|
||||
"destination": "/guide/:path*",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/",
|
||||
"has": [
|
||||
{
|
||||
"type": "query",
|
||||
"key": "page"
|
||||
}
|
||||
],
|
||||
"destination": "/icons",
|
||||
"permanent": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user