We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3497e18 commit d1d0943Copy full SHA for d1d0943
1 file changed
website/vite.config.ts
@@ -1,13 +1,13 @@
1
-import { defineConfig } from "vite";
2
-import react from "@vitejs/plugin-react";
3
-import tailwindcss from "@tailwindcss/vite";
4
-import { fileURLToPath } from "url";
+import { defineConfig } from 'vite';
+import react from '@vitejs/plugin-react';
+import tailwindcss from '@tailwindcss/vite';
+import { fileURLToPath } from 'url';
5
6
export default defineConfig({
7
plugins: [react(), tailwindcss()],
8
resolve: {
9
alias: {
10
- "@": fileURLToPath(new URL("./src", import.meta.url)),
+ '@': fileURLToPath(new URL('./src', import.meta.url)),
11
},
12
13
build: {
0 commit comments