chore: update Dockerfile and remove vite.config.js

This commit is contained in:
2025-03-09 14:25:46 +01:00
parent fc90fcdff5
commit ab1e92ae54
3 changed files with 5 additions and 20 deletions

View File

@ -18,13 +18,6 @@ export default defineConfig({
],
vite: {
plugins: [tailwindcss()],
server: {
allowedHosts: 'jleibl.net'
},
preview: {
allowedHosts: 'jleibl.net',
port: 4321
}
plugins: [tailwindcss()]
}
});