Fix unwanted data transmission to third party
This commit is contained in:
@@ -25,10 +25,6 @@ if (mode !== "export") {
|
||||
source: "/google-fonts/:path*",
|
||||
destination: "https://fonts.googleapis.com/:path*",
|
||||
},
|
||||
{
|
||||
source: "/sharegpt",
|
||||
destination: "https://sharegpt.com/api/conversations",
|
||||
},
|
||||
];
|
||||
|
||||
const apiUrl = process.env.API_URL;
|
||||
|
||||
Reference in New Issue
Block a user