mirror of
https://github.com/Xevion/smart-rgb.git
synced 2025-12-11 04:08:38 -06:00
Update source files
This commit is contained in:
14
frontend/pages/+config.js
Normal file
14
frontend/pages/+config.js
Normal 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,
|
||||
};
|
||||
Reference in New Issue
Block a user