diff --git a/vite.config.js b/vite.config.js index 269657e..e56a642 100644 --- a/vite.config.js +++ b/vite.config.js @@ -8,7 +8,10 @@ const VITE_INPUT = process.env.VITE_INPUT || "resources/js/app.js"; export default ({ command }) => { return { - base: command === "serve" ? "/themes/vite-tailwind" : "/build/", + base: + command === "serve" + ? "/themes/vite-tailwind" + : "/themes/vite-tailwind/build/", /*base: `${ASSET_URL}`,*/ publicDir: "fake_dir_so_nothing_gets_copied", build: {