mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Merge branch 'dev' into add-cors-header-for-tracker-script
This commit is contained in:
commit
fec0701a48
101 changed files with 14567 additions and 1009 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue