Skip to content
Snippets Groups Projects
Commit 9af968bb authored by tanmatsu's avatar tanmatsu :speech_balloon:
Browse files

Fix redirect link

parent 5c454f06
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ function redirect (oldPath, newPath) {
const oldRelativePath = path.join(__dirname, '../', './_site/', oldPath);
const newRelativePath = path.join(__dirname, '../', './_site/', newPath);
const newSitePath = path.join('https://resynth1943.net', newPath);
const newSitePath = path.join('https://reverseeagle.org', newPath);
fs.mkdirSync(path.dirname(oldRelativePath), { recursive: true });
console.log(`Redirecting ${oldPath}${newPath}`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment