From e93d27264cb9428655d28e07b67b032a9cb4dcb6 Mon Sep 17 00:00:00 2001 From: ascpixi <44982772+ascpixi@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:33:25 +0100 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;