fixing path

This commit is contained in:
Warunee Tamkoo 2025-02-07 12:16:29 +07:00
parent 3a1e6e1997
commit 0fdc351141
3 changed files with 9 additions and 9 deletions

View file

@ -8,6 +8,7 @@ import { VitePWA } from 'vite-plugin-pwa'
// https://vitejs.dev/config/
export default defineConfig({
base: './', // Ensures relative paths
plugins: [
vue({
template: { transformAssetUrls },