deploy for github actions added

This commit is contained in:
2026-02-12 21:33:42 +01:00
parent 453aeb24a3
commit d95ea2705b
2 changed files with 42 additions and 0 deletions

View File

@@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
base: '/harmonica-tabs-image-app/',
})