Update source files

This commit is contained in:
2025-10-11 14:52:54 -05:00
commit c00227cbb6
165 changed files with 27343 additions and 0 deletions

14
frontend/pages/+config.js Normal file
View File

@@ -0,0 +1,14 @@
import vikeReact from "vike-react/config";
export default {
extends: [vikeReact],
// Enable pre-rendering for static site generation
prerender: true,
// Global head configuration
title: "Iron Borders",
description: "Strategic Territory Control",
// Disable React StrictMode to avoid double-mounting issues with PixiJS
reactStrictMode: false,
};