mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-12 08:26:56 +02:00
Fix assets being redirected by redirector
This commit is contained in:
parent
0a667e5d23
commit
81ab62b154
4 changed files with 113 additions and 1 deletions
|
@ -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`,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue