refactor: use new analytics server

This commit is contained in:
Kim, Jimin 2024-09-09 11:04:45 +09:00
parent 8714c1a9be
commit 2cfa1d7a7d
Signed by: pomp
GPG key ID: 2B516173EDD492EB
4 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ const nextConfig = {
return [
{
source: "/stats/:match*",
destination: "https://analytics.umami.is/:match*",
destination: "https://umami.developomp.com/:match*",
},
]
},