Optimisations

This commit is contained in:
Andras Schmelczer 2026-02-01 21:00:59 +00:00
parent 66c2a25457
commit 9179acd4cd
21 changed files with 653 additions and 139 deletions

View file

@ -1,6 +1,9 @@
import { createRoot } from 'react-dom/client';
import App from './App';
import './index.css';
import { initPlausible } from './usePlausible';
initPlausible();
const container = document.getElementById('root');
if (!container) {