Fix unwanted data transmission to third party

This commit is contained in:
2023-06-15 19:12:49 +08:00
parent bdb03e07fc
commit cd156c5595
3 changed files with 3 additions and 67 deletions
-4
View File
@@ -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;