mirror of
https://github.com/mikecao/umami.git
synced 2021-05-17 18:46:32 +03:00
Fix Page Filter when URL has a trailing slash
This commit is contained in:
@@ -18,7 +18,7 @@ export const urlFilter = (data, { raw }) => {
|
||||
return `${pathname}${search}`;
|
||||
}
|
||||
|
||||
return removeTrailingSlash(pathname);
|
||||
return pathname;
|
||||
} catch {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user