tracy

Results 1 issues of tracy

## Description The manifest plugin rewrites the manifest href with assetsPrefix. ### Steps to reproduce ``` // gatsby-config.js module.exports = { assetPrefix: env.CDN_URL, plugins:[ 'gatsby-plugin-manifest', 'gatsby-plugin-offline' ] } ``` ###...

type: bug
status: confirmed
topic: plugins-PWA