Hadeed Ahmad
0f6a310c07
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
8 lines
160 B
JavaScript
8 lines
160 B
JavaScript
import { defineConfig } from "vite";
|
|
|
|
export default defineConfig({
|
|
base: "/contact-form/",
|
|
esbuild: {
|
|
jsxInject: `import React from 'react'`,
|
|
},
|
|
});
|