added issue.ob248.com to allowedHosts

This commit is contained in:
Oliver Bryan
2025-12-31 05:15:27 +00:00
parent 8024339bd3
commit 456151c0b2

View File

@@ -23,6 +23,7 @@ export default defineConfig(async () => ({
server: { server: {
port: 1420, port: 1420,
strictPort: true, strictPort: true,
allowedHosts: ["issue.ob248.com"],
host: host || false, host: host || false,
hmr: host hmr: host
? { ? {