diff --git a/next.config.js b/next.config.js index bb8b6f54..b935cece 100644 --- a/next.config.js +++ b/next.config.js @@ -26,7 +26,7 @@ module.exports = withPlausibleProxy()({ return Object.keys(RuntimeSources['stacker.news'])[0] }, // Use the CDN in production and localhost for development. - // assetPrefix: isProd ? 'https://a.stacker.news' : '', + assetPrefix: isProd ? 'https://a.stacker.news' : '', async headers () { return [ {