use nginx for prod
Some checks failed
CI / build (push) Successful in 12s
CI / lint (push) Successful in 10s
CI / build-and-push-docker (push) Has been cancelled

This commit is contained in:
2025-08-29 14:52:44 +02:00
parent 795df16f5b
commit 9d4b5db64d
10 changed files with 14 additions and 41 deletions

View File

@@ -2,7 +2,6 @@ import path from "node:path";
import react from "@vitejs/plugin-react-swc";
import { defineConfig } from "vite";
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
resolve: {