Small seo improvements

This commit is contained in:
Eric Fennis
2023-06-12 21:13:22 +02:00
parent 6916aebee4
commit f5fb1ec263
3 changed files with 20 additions and 0 deletions
+4
View File
@@ -3,6 +3,10 @@ layout: page
outline: 2
outlineTitle: Categories
sidebar: true
head:
- - link
- rel: canonical
content: https://lucide.dev/icons/
---
<script setup>
+5
View File
@@ -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 &
+11
View File
@@ -23,6 +23,17 @@
"source": "/docs/:path*",
"destination": "/guide/:path*",
"permanent": true
},
{
"source": "/",
"has": [
{
"type": "query",
"key": "page"
}
],
"destination": "/icons",
"permanent": false
}
]
}