Skip to content

Commit

Permalink
puppeteer time changes & navigation color
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyfe6 committed Sep 14, 2024
1 parent 9ce513d commit aa763a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,23 +123,23 @@ const captureScreenshot = async (url, filename, delay) => {
};

exports.onPostBuild = async () => {
await captureScreenshot('https://prio-zorg.nl', 'priozorg', 3000);
await captureScreenshot('https://keeptreal.nl', 'keeptreal', 0);
await captureScreenshot('https://prio-zorg.nl', 'priozorg', 2000);
await captureScreenshot('https://keeptreal.nl', 'keeptreal', 2000);
await captureScreenshot('https://blackharmony.nl', 'blackharmony', 0);
await captureScreenshot('https://eternitydrum.com', 'eternitydrum', 0);
await captureScreenshot('https://kn-acdig.com', 'kn-acdig', 0);
await captureScreenshot('https://dsmelodies.com', 'dsmelodies', 0);
await captureScreenshot('https://afrodiasphere.com', 'afrodiasphere', 3000);
await captureScreenshot('https://afrodiasphere.com', 'afrodiasphere', 2000);
};

exports.onPreBootstrap = async () => {
await captureScreenshot('https://prio-zorg.nl', 'priozorg', 3000);
await captureScreenshot('https://keeptreal.nl', 'keeptreal', 0);
await captureScreenshot('https://prio-zorg.nl', 'priozorg', 2000);
await captureScreenshot('https://keeptreal.nl', 'keeptreal', 2000);
await captureScreenshot('https://blackharmony.nl', 'blackharmony', 0);
await captureScreenshot('https://eternitydrum.com', 'eternitydrum', 0);
await captureScreenshot('https://kn-acdig.com', 'kn-acdig', 0);
await captureScreenshot('https://dsmelodies.com', 'dsmelodies', 0);
await captureScreenshot('https://afrodiasphere.com', 'afrodiasphere', 3000);
await captureScreenshot('https://afrodiasphere.com', 'afrodiasphere', 2000);
};

module.exports.createPages = async ({ graphql, actions }) => {
Expand Down
1 change: 1 addition & 0 deletions src/styles/modules/slider.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

--swiper-navigation-sides-offset: 20px;
--swiper-navigation-size: 30px;
--swiper-scrollbar-drag-bg-color: #008cd2;
--swiper-theme-color: #008cd2;

@include phablet {
Expand Down

0 comments on commit aa763a2

Please sign in to comment.