import { defineConfig } from "vite";
export default defineConfig({
base: "/contact-form/",
esbuild: {
jsxInject: `import React from 'react'`,
},
});