Add app to git

This commit is contained in:
2025-01-18 20:40:08 -05:00
parent abf4dd3b8a
commit 887b8c5919
18 changed files with 1877 additions and 263 deletions

View File

@@ -1,7 +1,9 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'export',
basePath: '/arcade',
assetPrefix: '/arcade'
};
export default nextConfig;
export default nextConfig;