feat: add carousel for images

This commit is contained in:
Nikita Kiselev
2025-07-11 16:40:37 +03:00
parent b958feaec7
commit a40089ef55
3 changed files with 72 additions and 13 deletions

View File

@@ -12,4 +12,14 @@ export default defineConfig({
sourcemap: true,
manifest: true,
},
server: {
proxy: {
'/index.php': {
target: 'http://localhost:8000',
changeOrigin: true,
rewrite: path => path,
}
}
},
});