Update gulpfile.js

This commit is contained in:
ascpixi 2024-03-06 22:33:25 +01:00
parent cc3f9a2eef
commit e93d27264c

View file

@ -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;