Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into feature/refactor-offerings-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliw authored Nov 7, 2019
2 parents 1b1d5aa + 23cba36 commit 6719f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/imprint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ImprintPage: FunctionComponent<{}> = () => {

return (
<NavbarStateProvider>
<Layout isHeaderTransparent={false}>
<Layout>
<Imprint imprint={imprints[0]} />
</Layout>
</NavbarStateProvider>
Expand Down
2 changes: 1 addition & 1 deletion static/admin/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
backend:
name: git-gateway
repo: hardforkio/homepage
branch: feature/issue-93--add-netlify-cms
branch: master

media_folder: "static/img"
public_folder: "/img"
Expand Down

0 comments on commit 6719f97

Please sign in to comment.