diff --git a/build/redirect.js b/build/redirect.js index db6ecff519bb6629d06af91035b9646af3255b94..047a7a4507633de9760f73072c911b5cfafc140d 100644 --- a/build/redirect.js +++ b/build/redirect.js @@ -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}`);