Add allowed hosts

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 22:31:19 +03:00
parent 06387d43c7
commit f8e51fae69

View File

@@ -5,5 +5,6 @@ export default defineConfig({
plugins: [react()], plugins: [react()],
preview: { preview: {
port: 8089, port: 8089,
allowedHosts: ["runosaari.fi", "www.runosaari.fi"],
}, },
}); });