Move to proper directory

main
Ashelyn Dawn 2 years ago
parent 0217b0d310
commit 978f1ad5f9

@ -2,4 +2,4 @@
target = "index.html"
release = true
dist = "dist"
public_url = "/~ashe/preview/"
public_url = "/~ashe/"

@ -79,8 +79,8 @@
const height = window.innerHeight;
const width = window.innerWidth;
const scaleX = width / 600;
const scaleY = height / 450;
const scaleX = width / 630;
const scaleY = height / 480;
const scale = 0 || Math.min(scaleX, scaleY);
container.style.transform = `scale(${scale})`;

Loading…
Cancel
Save