We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4a236 commit ee29dacCopy full SHA for ee29dac
index.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8" />
5
<link rel="icon" type="image/svg+xml" href="/brain.png" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <link rel="stylesheet" href="/dist/assets/index-9bN1j0iH.css">
+ <link rel="stylesheet" href="/dist/assets/index-CfhMXp5D.css ">
8
9
<title>Inquizzitive</title>
10
<!-- Og tags -->
vite.config.js
@@ -2,6 +2,7 @@ import react from "@vitejs/plugin-react";
2
import { defineConfig } from "vite";
3
export default defineConfig({
+ base: "./",
server: {
proxy: process.env.NODE_ENV === 'production' ? undefined : {
"/api": {
0 commit comments