fix: temporarily remove botid from demo (#1438)

This commit is contained in:
dancer 2026-03-02 15:14:01 +00:00 committed by GitHub
parent 314f8ced57
commit 5c941dd830
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 3 additions and 51 deletions

View file

@ -1,4 +1,3 @@
import { withBotId } from "botid/next/config";
import type { NextConfig } from "next";
const basePath = "/demo";
@ -25,4 +24,4 @@ const nextConfig: NextConfig = {
},
};
export default withBotId(nextConfig);
export default nextConfig;