Skip to content

Commit 8bc7673

Browse files
committed
fix(routes): fix broken redirect
1 parent 19b2669 commit 8bc7673

File tree

1 file changed

+54
-2
lines changed

1 file changed

+54
-2
lines changed

src/views/pages/guides/index.vue

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,57 @@ export default defineComponent({
4141
});
4242
</script>
4343

44-
<style scoped>
45-
</style>
44+
<route>
45+
{
46+
"name": "guides-redirect",
47+
"meta": {
48+
"title": "Redirect | Vue Zephyr",
49+
"metaTags": [
50+
{
51+
"property": "og:title",
52+
"content": "Redirect | Vue Zephyr"
53+
},
54+
{
55+
"name": "twitter:title",
56+
"content": "Redirect | Vue Zephyr"
57+
},
58+
{
59+
"name": "description",
60+
"content": "Redirect"
61+
},
62+
{
63+
"property": "og:description",
64+
"content": "Redirect"
65+
},
66+
{
67+
"property": "twitter:description",
68+
"content": "Redirect"
69+
},
70+
{
71+
"property": "og:url",
72+
"content": "https://usezephyr.com?redirect=true"
73+
},
74+
{
75+
"property": "og:image",
76+
"content": "https://usezephyr.com/cover.png"
77+
},
78+
{
79+
"property": "twitter:image",
80+
"content": "https://usezephyr.com/cover.png"
81+
},
82+
{
83+
"name": "twitter:site",
84+
"content": "@usezephyr"
85+
},
86+
{
87+
"name": "twitter:creator",
88+
"content": "@usezephyr"
89+
},
90+
{
91+
"name": "twitter:card",
92+
"content": "summary_large_image"
93+
}
94+
]
95+
}
96+
}
97+
</route>

0 commit comments

Comments
 (0)