Serve frontend from the root

This commit is contained in:
2025-07-18 06:35:36 +02:00
parent 1156bc315e
commit 3f6b49a69b
2 changed files with 22 additions and 16 deletions

View File

@ -10,7 +10,6 @@ import vueDevTools from 'vite-plugin-vue-devtools'
/** @type {import('vite').UserConfig} */
export default defineConfig({
envPrefix: "SSHECRET_FRONTEND_",
base: process.env.NODE_ENV === "production" ? "/admin/" : "/",
plugins: [
vue({
template: {