mirror of
https://github.com/Xevion/smart-rgb.git
synced 2025-12-05 23:16:23 -06:00
16 lines
362 B
JavaScript
16 lines
362 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
|
|
}
|