File tree Expand file tree Collapse file tree 1 file changed +54
-2
lines changed Expand file tree Collapse file tree 1 file changed +54
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments