change for host
This commit is contained in:
@@ -3,4 +3,9 @@ import react from '@vitejs/plugin-react-swc';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
host: true,
|
||||
allowedHosts: ['pdftools.add-ideas.de'], // ← ADD THIS
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user