Configured GitHub Pages deployment

This commit is contained in:
2026-06-14 15:23:57 +03:30
parent 678be1e8dd
commit b4e4837a89
2 changed files with 54 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import { defineConfig } from "vitest/config";
import react from "@vitejs/plugin-react";
export default defineConfig({
base: "/OpenXD/",
plugins: [react()],
test: {
environment: "jsdom",