File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const navbarItems = [
57
57
58
58
{
59
59
label : 'Blog' ,
60
- href : 'https://beta .tauri.app/blog' ,
60
+ href : 'https://v2 .tauri.app/blog' ,
61
61
position : 'left' ,
62
62
} ,
63
63
{
@@ -131,7 +131,7 @@ const navbarItems = [
131
131
className : 'navbarIcon versionIcon' ,
132
132
dropdownItemsAfter : [
133
133
{
134
- href : 'https://beta .tauri.app/' ,
134
+ href : 'https://v2 .tauri.app/' ,
135
135
label : 'v2 (Beta)' ,
136
136
target : '_self' ,
137
137
} ,
@@ -187,7 +187,7 @@ const footerLinks = [
187
187
items : [
188
188
{
189
189
label : 'Blog' ,
190
- href : 'https://beta .tauri.app/blog' ,
190
+ href : 'https://v2 .tauri.app/blog' ,
191
191
} ,
192
192
{
193
193
label : 'OpenCollective' ,
@@ -250,7 +250,7 @@ async function siteConfig() {
250
250
} ,
251
251
announcementBar : {
252
252
content :
253
- "<b>🚀 The <a id='announcement-link' href='https://beta .tauri.app/blog/tauri-2-0-0-beta/'>Beta for Tauri 2.0</a> has launched!</b>" ,
253
+ "<b>🚀 The <a id='announcement-link' href='https://v2 .tauri.app/blog/tauri-2-0-0-beta/'>Beta for Tauri 2.0</a> has launched!</b>" ,
254
254
backgroundColor : 'var(--ifm-color-primary)' ,
255
255
textColor : 'var(--ifm-button-color)' ,
256
256
} ,
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ to = "/zh-cn/:splat"
117
117
118
118
[[redirects ]]
119
119
from = " /2/*"
120
- to = " https://beta .tauri.app/2/:splat"
120
+ to = " https://v2 .tauri.app/2/:splat"
121
121
122
122
[[redirects ]]
123
123
from = " /blog/*"
124
- to = " https://beta .tauri.app/blog/:splat"
124
+ to = " https://v2 .tauri.app/blog/:splat"
You can’t perform that action at this time.
0 commit comments