mirror of
https://github.com/Xevion/smart-rgb.git
synced 2025-12-14 08:13:04 -06:00
15 lines
380 B
TypeScript
15 lines
380 B
TypeScript
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,
|
|
};
|