Bungandy

Results 2 issues of Bungandy

# Hides/shows header on scrolling a page ### Why? > "When implemented wrong, sticky navigation elements can serve as a distraction from the actual content.” > – Aaron Andre Chichioco...

This is what I got when try to load Instagram image /pages/api/image-proxy.js ``` import { withImageProxy } from '@blazity/next-image-proxy' export default withImageProxy({ whitelistedPatterns: [/^https?:\/\/(.*).cdninstagram.com/] }) ``` /pages/index.js ``` const url...