Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Sara / Added Single blog post template #1944

Merged
17 commits merged into from
Aug 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,18 @@ module.exports = {
offset: -100,
},
},
{
resolve: 'gatsby-plugin-page-progress',
options: {
includePaths: [{ regex: '^/blog' }],
excludePaths: [],
height: 4,
prependToBody: true,
color: `#FF444F`,
footerHeight: 500,
headerHeight: 0,
},
},
{
resolve: '@directus/gatsby-source-directus',
options: {
Expand Down
Loading