resolve conflict
This commit is contained in:
parent
5e27d5fea3
commit
41c7fa6c19
2 changed files with 15 additions and 3 deletions
|
@ -22,9 +22,9 @@ const siteMetadata = {
|
||||||
lastfm: 'https://www.last.fm/music/augury',
|
lastfm: 'https://www.last.fm/music/augury',
|
||||||
locale: 'en-CA',
|
locale: 'en-CA',
|
||||||
analytics: {
|
analytics: {
|
||||||
plausibleDataDomain: '',
|
plausibleDataDomain: 'augurymetal.com',
|
||||||
plausibleSrcUrl: '',
|
plausibleSrcUrl: '/script.12587e3213z2t1891zaz.js',
|
||||||
plausibleApiUrl: '',
|
plausibleApiUrl: '/api/12761a4481f2x6771zab',
|
||||||
},
|
},
|
||||||
newsletter: {
|
newsletter: {
|
||||||
// supports mailchimp, buttondown, convertkit, klaviyo
|
// supports mailchimp, buttondown, convertkit, klaviyo
|
||||||
|
|
|
@ -69,6 +69,18 @@ module.exports = withBundleAnalyzer({
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
async rewrites() {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
source: '/script.12587e3213z2t1891zaz.js', // plausible script proxy
|
||||||
|
destination: 'https://plausible.io/js/script.outbound-links.js',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/api/12761a4481f2x6771zab', // plausible api proxy
|
||||||
|
destination: 'https://plausible.io/api/event',
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
webpack: (config, { dev, isServer }) => {
|
webpack: (config, { dev, isServer }) => {
|
||||||
config.module.rules.push({
|
config.module.rules.push({
|
||||||
test: /\.(png|jpe?g|gif|mp4)$/i,
|
test: /\.(png|jpe?g|gif|mp4)$/i,
|
||||||
|
|
Loading…
Reference in a new issue