Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #347 from nypublicradio/kim/GOTH-361-htl-update
Browse files Browse the repository at this point in the history
 update HT…
  • Loading branch information
kimlarocca authored May 31, 2022
2 parents ae8289f + bca7fe0 commit be50a50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ export default {
hid: 'htlcss',
rel: 'stylesheet',
type: 'text/css',
href: 'https://htlbid.com/stage/v3/gothamist.com/htlbid.css'
href: 'https://htlbid.com/stage/v3/gothamist-legacy.com/htlbid.css'
},
{
skip: this.$config.environment === 'demo',
hid: 'htlcss',
rel: 'stylesheet',
type: 'text/css',
href: 'https://htlbid.com/v3/gothamistv2.com/htlbid.css'
href: 'https://htlbid.com/v3/gothamist-legacy.com/htlbid.css'
},
{
hid: 'canonical_url',
Expand All @@ -153,13 +153,13 @@ export default {
{
skip: this.$config.environment !== 'demo',
hid: 'htljs',
src: 'https://htlbid.com/stage/v3/gothamist.com/htlbid.js',
src: 'https://htlbid.com/stage/v3/gothamist-legacy.com/htlbid.js',
defer: true
},
{
skip: this.$config.environment === 'demo',
hid: 'htljs',
src: 'https://htlbid.com/v3/gothamistv2.com/htlbid.js',
src: 'https://htlbid.com/v3/gothamist-legacy.com/htlbid.js',
defer: true
}
]
Expand Down

0 comments on commit be50a50

Please sign in to comment.