updated game links to apps subdomain and removed TADS source files

This commit is contained in:
2025-08-10 17:02:51 +02:00
parent 967ce0132b
commit 0b550101e6
34 changed files with 8 additions and 472 deletions

View File

@@ -2,10 +2,10 @@ import adapter from '@sveltejs/adapter-static';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
const missingPaths = [
"/games/swordsnstuff",
"/games/magician",
"/projects/tads/tads1",
"/projects/tads/tads2"
// "/games/swordsnstuff",
// "/games/magician",
// "/projects/tads/tads1",
// "/projects/tads/tads2"
]
/** @type {import('@sveltejs/kit').Config} */