From 438881d32383271d2bc12cf4a595f484711eaeb6 Mon Sep 17 00:00:00 2001 From: Tyler Gottfredsen Date: Thu, 2 Jan 2025 15:34:25 -0600 Subject: [PATCH] Updating base url to kysely-codegen --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 5bcbf2a..d979b1f 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,6 +3,7 @@ import { visualizer } from "rollup-plugin-visualizer"; export default defineConfig({ plugins: [visualizer()], + base: "/kysely-playground", build: { sourcemap: false, rollupOptions: {