Skip to content

Commit

Permalink
Update carbon CDN URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Mar 28, 2024
1 parent a733564 commit feb02eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export const urls = {
} as const

export const carbon = {
src: 'https://cdn.carbonads.com/carbon.js?serve=CE7IK5QM&placement=devhintsio'
// src: 'https://cdn.carbonads.com/carbon.js?serve=CE7IK5QM&placement=devhintsio'
src: 'https://pubsrv.devhints.io/carbon.js?serve=CE7IK5QM&placement=devhintsio'
} as const

export const categories = [
Expand Down

0 comments on commit feb02eb

Please sign in to comment.