From 4307313327c211f70b6bdea58fab8ceec027b1fc Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Fri, 24 Sep 2021 16:25:06 +0200 Subject: [PATCH] Remove Asset-Prefix --- gatsby-config.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 4059d1b..e1721ca 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -16,7 +16,6 @@ module.exports = { contactMastodon: extConfig.contactMastodon, contactMastodonHref: extConfig.contactMastodonHref, }, - assetPrefix: "/assets", plugins: [ `gatsby-plugin-eslint`, { diff --git a/package.json b/package.json index 5fe8b62..abfff6c 100644 --- a/package.json +++ b/package.json @@ -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"