Skip to content

Commit

Permalink
chore: redirect to new address
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue committed May 5, 2024
1 parent e34be75 commit 8e8a594
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ export default defineConfig({
],
locales: {
root: {
head: [
[
'meta',
{
'http-equiv': 'refresh',
content: '0; url=https://vue-draggable-plus.pages.dev/'
}
]
],
lang: 'zh-CN',
title: 'vue-draggable-plus',
description: 'vue3拖拽排序组件',
Expand All @@ -37,6 +46,15 @@ export default defineConfig({
}
},
en: {
head: [
[
'meta',
{
'http-equiv': 'refresh',
content: '0; url=https://vue-draggable-plus.pages.dev/en/'
}
]
],
lang: 'en-US',
title: 'vue-draggable-plus',
description: 'vue3拖拽排序组件',
Expand Down

0 comments on commit 8e8a594

Please sign in to comment.