mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-07-27 13:27:37 +02:00
Remove Asset-Prefix
This commit is contained in:
parent
4db14e3d69
commit
4307313327
2 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ module.exports = {
|
||||||
contactMastodon: extConfig.contactMastodon,
|
contactMastodon: extConfig.contactMastodon,
|
||||||
contactMastodonHref: extConfig.contactMastodonHref,
|
contactMastodonHref: extConfig.contactMastodonHref,
|
||||||
},
|
},
|
||||||
assetPrefix: "/assets",
|
|
||||||
plugins: [
|
plugins: [
|
||||||
`gatsby-plugin-eslint`,
|
`gatsby-plugin-eslint`,
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"develop": "gatsby develop",
|
"develop": "gatsby develop",
|
||||||
"start": "gatsby develop",
|
"start": "gatsby develop",
|
||||||
"build": "gatsby build --prefix-paths",
|
"build": "gatsby build",
|
||||||
"prettier": "npx prettier --write .",
|
"prettier": "npx prettier --write .",
|
||||||
"serve": "gatsby serve",
|
"serve": "gatsby serve",
|
||||||
"clean": "gatsby clean"
|
"clean": "gatsby clean"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue