fix: attempt to fix subdomain capture

This commit is contained in:
2026-07-24 22:11:47 -04:00
parent c66cd6d456
commit b6b2bc8ef6
3 changed files with 126 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ import tailwindcss from "@tailwindcss/vite";
import { sentryVitePlugin as sentryPlugin } from "@sentry/vite-plugin";
export default defineConfig({
middleware: "./src/middleware.ts",
vite: {
plugins: [
tailwindcss(),
@@ -52,6 +53,6 @@ export default defineConfig({
}
},
server: {
preset: "vercel"
preset: "node-server"
}
});