chore(frontend-admin): 🔧 Update Vite build config for blog admin assets, adjusting plugins/aliases/asset rules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
ccf0e384de
commit
282a06ca14
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export default defineConfig({
|
|||
port: process.env.PORT ? parseInt(process.env.PORT) : 4010,
|
||||
proxy: {
|
||||
'/api/blog': {
|
||||
target: 'http://localhost:3020',
|
||||
target: 'http://localhost:3021',
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue