feat: deploy to github pages with actions

This commit is contained in:
2025-06-11 21:12:42 -03:00
parent 92e23dc350
commit a077e74688
2 changed files with 58 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from 'vite'
export default defineConfig({
base: '/calories-tracker/'
})