Remove Asset-Prefix

This commit is contained in:
Kevin Kandlbinder 2021-09-24 16:25:06 +02:00
parent 4db14e3d69
commit 4307313327
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@ module.exports = {
contactMastodon: extConfig.contactMastodon,
contactMastodonHref: extConfig.contactMastodonHref,
},
assetPrefix: "/assets",
plugins: [
`gatsby-plugin-eslint`,
{

View file

@ -10,7 +10,7 @@
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"build": "gatsby build",
"prettier": "npx prettier --write .",
"serve": "gatsby serve",
"clean": "gatsby clean"