Add image upload support for OG images

This commit is contained in:
2026-01-06 02:07:02 +01:00
parent a7b2169ec8
commit 34f3086899
6 changed files with 375 additions and 17 deletions

View File

@@ -16,6 +16,10 @@ export default defineConfig({
target: 'http://localhost:4000',
changeOrigin: true,
},
'/uploads': {
target: 'http://localhost:4000',
changeOrigin: true,
},
},
},
build: {