Fix docs site resource load errors

Summary: I noticed an error on loading "google-anaytics" script, "code-blocks-buttons" script and "network.png" screenshot (which is supposed to be a part of carousel on the main page) in dev console when Flipper docs website is opened. This diff fixes them. Looks like it positively affects load speed as well because each of these failed requests takes 1-2 seconds to resolve before the failure status returned.

Reviewed By: mweststrate

Differential Revision: D33313293

fbshipit-source-id: a1f6357d89121eefa2df9aeae783cd48bc3beaf5
This commit is contained in:
Anton Nikolaev
2021-12-29 02:25:07 -08:00
committed by Facebook GitHub Bot
parent 9e2f8053b2
commit a3f070c1b9
2 changed files with 2 additions and 2 deletions

View File

@@ -160,8 +160,8 @@ const siteConfig = {
scripts: [
'https://buttons.github.io/buttons.js',
'https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js',
'/js/code-blocks-buttons.js',
'/js/google-analytics.js',
'js/code-blocks-buttons.js',
'js/google-analytics.js',
],
stylesheets: [],
// start_config_example