diff --git a/next.config.ts b/next.config.ts index 0ba3a58b..fc61e83d 100644 --- a/next.config.ts +++ b/next.config.ts @@ -22,6 +22,9 @@ const nextConfig: NextConfig = { ], }, experimental: { + serverActions: { + allowedOrigins: ["jarv.is", "jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion"], + }, ppr: "incremental", // https://nextjs.org/docs/app/building-your-application/rendering/partial-prerendering#using-partial-prerendering }, eslint: {