diff --git a/gulpfile.js b/gulpfile.js index 9b52d14..4ebcd85 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -58,7 +58,7 @@ gulp.task('final:publish', (done) => { done(); }); -const cname = 'yuzu-emu.org'; +const cname = 'yuzu-mirror.github.io'; let finalCommand = null; let ephemeralURL = null;