mirror of
https://github.com/Xevion/smart-rgb.git
synced 2025-12-07 03:16:35 -06:00
15 lines
364 B
JavaScript
15 lines
364 B
JavaScript
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,
|
|
};
|