diff --git a/client/vite.config.js b/client/vite.config.js index b27038c..75c336f 100644 --- a/client/vite.config.js +++ b/client/vite.config.js @@ -13,6 +13,10 @@ export default defineConfig({ '/uploads': { target: 'http://localhost:3000', changeOrigin: true + }, + '/static': { + target: 'http://localhost:3000', + changeOrigin: true } } }, @@ -28,4 +32,4 @@ export default defineConfig({ } } } -}) \ No newline at end of file +})