1
0
Fork 0
blog/gatsby-browser.js

7 lines
192 B
JavaScript

import './src/styles/global.scss'
// IntersectionObserver polyfill for gatsby-image (Safari, IE)
if (typeof window.IntersectionObserver === 'undefined') {
import('intersection-observer')
}