Tambahan Fix Form Di Menu Landing Page & PPID IKM

This commit is contained in:
2025-09-25 16:21:44 +08:00
parent 33fc472472
commit 2a26db6e17
6 changed files with 47 additions and 38 deletions

View File

@@ -1,6 +1,11 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
experimental: {},
allowedDevOrigins: [
"http://192.168.1.82:3000", // buat akses dari HP/device lain
"http://localhost:3000", // akses lokal
],
async headers() {
return [
{