Skip to content

Commit

Permalink
Merge pull request #355 from OpenCatalogi/development
Browse files Browse the repository at this point in the history
Development to main, week 42
  • Loading branch information
remko48 authored Oct 25, 2023
2 parents 348679b + a94eb7f commit b1c7d01
Show file tree
Hide file tree
Showing 65 changed files with 1,860 additions and 465 deletions.
1 change: 1 addition & 0 deletions pwa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
```shell
# create a new Gatsby site using the minimal TypeScript starter
npm init gatsby

```

2. **Start developing.**
Expand Down
4 changes: 4 additions & 0 deletions pwa/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ module.exports = {
pathname: "/applications/[applicationId]",
crumbLabel: "Application",
},
{
pathname: "/github/[md]",
crumbLabel: "Markdown file",
},
],
},
},
Expand Down
Loading

0 comments on commit b1c7d01

Please sign in to comment.