Skip to content

Commit

Permalink
Update redirects.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcqt authored Mar 1, 2024
1 parent 0e89304 commit b997779
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions redirects.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
const weburl = "http://superscript.site/";

function logo() {
window.top.location.replace("http://super.script.cl/");
window.location.replace(weburl);
}

function start() {
window.top.location.replace("http://super.script.cl/setup/");
window.location.replace(weburl+"setup/");
}

function pricing() {
window.top.location.replace("http://super.script.cl/pricing/");
window.location.replace(weburl+"pricing/");
}

function features() {
window.top.location.replace("http://super.script.cl/features/");
window.location.replace(weburl+"features/");
}

function about() {
window.top.location.replace("http://super.script.cl/about/");
window.location.replace(weburl+"about/");
}

0 comments on commit b997779

Please sign in to comment.