1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00
This commit is contained in:
Matthias Kretschmann 2020-01-06 15:24:57 +01:00
parent a56e432103
commit 33298e332d
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -3,6 +3,7 @@ import './src/styles/global.scss'
// IntersectionObserver polyfill for gatsby-image (Safari, IE)
if (typeof window.IntersectionObserver === 'undefined') {
// eslint-disable-next-line no-unused-expressions
import('intersection-observer')
}