feat: add carousel for images
This commit is contained in:
@@ -12,4 +12,14 @@ export default defineConfig({
|
||||
sourcemap: true,
|
||||
manifest: true,
|
||||
},
|
||||
|
||||
server: {
|
||||
proxy: {
|
||||
'/index.php': {
|
||||
target: 'http://localhost:8000',
|
||||
changeOrigin: true,
|
||||
rewrite: path => path,
|
||||
}
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user