Skip to content

Commit 17f52d6

Browse files
Update index.js
1 parent b4dc81b commit 17f52d6

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

src/redirect/index.js

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,40 @@ module.exports = {
191191
}
192192
}
193193
194+
195+
------------------------
196+
197+
everything combined:
198+
199+
module.exports = {
200+
type: "redirect",
201+
redirect_config: {
202+
url: "https://justdeveloper.is-a.dev/",
203+
params: {
204+
title: "JustDeveloper",
205+
description: "the one who created this shi-",
206+
keywords: "Just, an, Ultimate, Site, Tool",
207+
htmlLang: "en",
208+
robots: "index",
209+
charset: "UTF-8",
210+
viewport: "width=device-width",
211+
yandex: "abc123",
212+
google: "abc123",
213+
googleAnalytics: "abc123",
214+
content: {
215+
text1: "Hello, World!",
216+
text2: "do not click anywhere.",
217+
text3: "click here!"
218+
}
219+
og: {
220+
title: "Redirect",
221+
description: "Hello, World!"
222+
},
223+
twitter: {
224+
card: "summary_large_image"
225+
}
226+
}
227+
}
228+
}
229+
194230
*/

0 commit comments

Comments
 (0)