Fixed base URL and link back for genuary release

This commit is contained in:
Mike Lynch 2026-01-04 15:00:39 +11:00
parent e0b3ad967b
commit 32cae6854f
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
<div id="release_notes"></div>
<div id="info">this is a bitcrushed version of <a href="">FourJS</a> which I hacked up for <a href="https://genuary.art">Genuary 2026</a>
| <a target="_blank" href="https://etc.mikelynch.org/genuary2026/">Back</a> |
| <a target="_blank" href="https://etc.mikelynch.org/genuary26/">Back</a> |
<a target="_blank" href="https://git.tilde.town/bombinans/fourdjs/src/branch/feature-pixels/">source</a></div>
</body>
</html>

View File

@ -3,7 +3,7 @@
import { defineConfig, loadEnv } from 'vite';
export default defineConfig({
base: '/fourjs/',
base: '/genuary26/04/',
build: {
rollupOptions: {
output: {