Add image upload UI and /assets Vite proxy to PageEditor

This commit is contained in:
Davide Scaini
2026-05-04 12:21:07 +02:00
parent 519e74de96
commit de6b8ddce8
2 changed files with 41 additions and 1 deletions
+1
View File
@@ -79,6 +79,7 @@ export default defineConfig({
'/api': 'http://localhost:8001',
'/pages': 'http://localhost:8001',
'/stories': 'http://localhost:8001',
'/assets': 'http://localhost:8001',
'/rebuild': 'http://localhost:8001',
},
},