Fix assets being redirected by redirector

This commit is contained in:
Kevin Kandlbinder 2020-12-23 02:17:51 +01:00
parent 0a667e5d23
commit 81ab62b154
4 changed files with 113 additions and 1 deletions

View file

@ -7,7 +7,11 @@ module.exports = {
siteUrl: extConfig.siteURL,
keywords: extConfig.siteKeywords
},
assetPrefix: "/assets",
plugins: [
{
resolve: "gatsby-plugin-asset-path"
},
`gatsby-plugin-sharp`,
`gatsby-transformer-json`,
{