nashvillefcc / nashvillefccwebsite

Contains code related to Nashville FCC website
https://www.nashvillefcc.com
MIT License
9 stars 12 forks source link

Console Error on Website in Chrome #89

Open Hellrungj opened 3 years ago

Hellrungj commented 3 years ago

Describe the bug When I open the chrome dev tools console, I get the following error:

The resource <URL> was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

Let's resolve these console errors

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Chrome Fev Tools'
  2. Click on 'Console'
  3. The error should be the first message

Expected behavior No Console Error if possible

Screenshots image

Desktop (please complete the following information):

Hellrungj commented 3 years ago

Gatsby is working on a fix: https://github.com/gatsbyjs/gatsby/pull/28982