This commit is contained in:
Kar
2025-03-22 17:45:42 +05:30
parent 208d245ec9
commit 8a859e9d4a

View File

@@ -15,6 +15,11 @@ export default defineConfig({
preview: {
allowedHosts: ['chat-with-ai.s38.siliconpin.com'],
},
server: {
host: true, // Allow all hosts
// OR specify the exact host:
// host: 'chat-with-ai.s38.siliconpin.com',
},
plugins: [
chunkSplitPlugin({
strategy: 'default',