Skip to content

Commit

Permalink
Merge pull request #478 from ahlsunnah/library-page
Browse files Browse the repository at this point in the history
feat(library): static library page
  • Loading branch information
zerubeus committed May 23, 2020
2 parents fda8bdc + 93d5e6e commit cc9b863
Show file tree
Hide file tree
Showing 10 changed files with 906 additions and 18 deletions.
7 changes: 7 additions & 0 deletions gatsby-config.js
Expand Up @@ -69,6 +69,13 @@ module.exports = {
path: `./data/`,
},
},
{
resolve: 'gatsby-plugin-i18n',
options: {
langKeyDefault: 'fr',
useLangKeyLayout: false,
},
},
{
resolve: 'gatsby-source-graphql',
options: {
Expand Down

1 comment on commit cc9b863

@vercel
Copy link

@vercel vercel bot commented on cc9b863 May 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.