Skip to content

Commit

Permalink
Adjust pathPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Nov 8, 2023
1 parent f47293c commit 6c228f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
pathPrefix: "/curricula-blog",
pathPrefix: "/blog",
siteMetadata: {
title: `Blog der DINI-AG-KIM`,
author: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"url": "git+https://github.com/dini-ag-kim/blog.git"
},
"scripts": {
"build": "gatsby build",
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
Expand Down

0 comments on commit 6c228f2

Please sign in to comment.