Skip to content

Commit

Permalink
Merge pull request #311 from ocftw/fix/register-cms-locale
Browse files Browse the repository at this point in the history
  • Loading branch information
ben196888 authored Nov 2, 2023
2 parents 14937f5 + 76df822 commit 9b9db05
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 437 deletions.
2 changes: 1 addition & 1 deletion homepage/src/CMS/DecapCms.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PagePreview from './preview/PagePreview';
import FooterPreview from './preview/FooterPreview';
import CardPreview from './preview/CardPreview';

import config from './config.json';
import config from './decap-cms.config';

const withAssetsByLocale = (Component, assetsByLocale) => {
const WrappedComponent = (props) => (
Expand Down
Loading

0 comments on commit 9b9db05

Please sign in to comment.