diff --git a/src/html.js b/src/html.js index a96e570..b297a8c 100644 --- a/src/html.js +++ b/src/html.js @@ -3,7 +3,7 @@ import PropTypes from 'prop-types' // import { withPrefix, Link } from 'gatsby' // window && typeof window !== 'undefined' && window.test = 'testing' -import Logo from './images/loader.gif' +// import Logo from './images/loader.gif' export default function HTML (props) { return ( @@ -16,6 +16,28 @@ export default function HTML (props) { content='width=device-width, initial-scale=1, shrink-to-fit=no' /> + {/* Loading animation should be loaded very first thing. */} +
+ Loading...
+