Skip to content

Commit 656a271

Browse files
committed
fix(config): update websiteId for analytics
1 parent d2c4bd4 commit 656a271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const config = {
5454
analytics: {
5555
url: 'https://analytics.discord.place',
5656
script: 'https://analytics.discord.place/script.js',
57-
websiteId: 'b8fea5b8-7789-4381-97a0-0b474d9bb87a',
57+
websiteId: 'dc95fc9d-8ca0-4f28-88f5-45466492b1d1',
5858
domains: ['discord.place', 'www.discord.place']
5959
},
6060
getProfileURL: (slug, preferredHost) => {

0 commit comments

Comments
 (0)