Skip to content

Commit a73dcc5

Browse files
fix: change cdn url
1 parent 6b83d20 commit a73dcc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/middlewares.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ export default [
1111
"'self'",
1212
'data:',
1313
'blob:',
14-
'https://undershows.nyc3.cdn.digitaloceanspaces.com',
14+
'https://assets.undershows.com.br',
1515
],
1616
'media-src': [
1717
"'self'",
1818
'data:',
1919
'blob:',
20-
'https://undershows.nyc3.cdn.digitaloceanspaces.com',
20+
'https://assets.undershows.com.br',
2121
],
2222
'frame-src': ["'self'", 'https:'],
2323
},

0 commit comments

Comments
 (0)