fix: temporarily remove botid from demo (#1438)
This commit is contained in:
parent
314f8ced57
commit
5c941dd830
6 changed files with 3 additions and 51 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue