Skip to content

Commit 4a99c57

Browse files
authored
Merge pull request #91 from david7482/fix-medium
fix: fix medium blog URL
2 parents 340bf9c + e2fe5fb commit 4a99c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export const routes = [
113113
{
114114
path: '/blog',
115115
name: 'Blog',
116-
beforeEnter() {location.href = 'https://medium.com/@gophercon.taiwan'},
116+
beforeEnter() {location.href = 'https://gophercon-taiwan.medium.com/'},
117117
meta: {
118118
label: '部落格',
119119
menuItem: true

0 commit comments

Comments
 (0)