Merge branch 'dev' into add-cors-header-for-tracker-script

This commit is contained in:
Mike Cao 2024-10-26 11:33:02 -07:00 committed by GitHub
commit fec0701a48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
101 changed files with 14567 additions and 1009 deletions

View file

@ -184,6 +184,10 @@ const config = {
async rewrites() {
return [
...rewrites,
{
source: '/script.js',
destination: 'https://tracker-script.umami.dev/',
},
{
source: '/telemetry.js',
destination: '/api/scripts/telemetry',