Fixed remove trailing slash logic.

This commit is contained in:
Mike Cao 2024-03-11 20:56:36 -07:00
parent 909a96d458
commit 5165987076
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ export default async (req: NextApiRequestCollect, res: NextApiResponse) => {
}
if (process.env.REMOVE_TRAILING_SLASH) {
urlPath = urlPath.replace(/.+\/$/, '');
urlPath = urlPath.replace(/(.+)\/$/, '$1');
}
await saveEvent({