From b58cae7cf5d1dd2ff4f67d72e1a08f7482aa23cd Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Thu, 26 Oct 2023 21:47:24 -0700 Subject: [PATCH] chore: Backport #3751 to `web` (#3752) Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> --- web/playground/vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/playground/vite.config.js b/web/playground/vite.config.js index b1dde9c42035..e6994593e669 100644 --- a/web/playground/vite.config.js +++ b/web/playground/vite.config.js @@ -7,5 +7,6 @@ export default defineConfig({ build: { target: "esnext", }, + base: "/playground/playground", plugins: [react(), wasm()], });