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:
committed by
Facebook GitHub Bot
parent
9e2f8053b2
commit
a3f070c1b9
@@ -160,8 +160,8 @@ const siteConfig = {
|
|||||||
scripts: [
|
scripts: [
|
||||||
'https://buttons.github.io/buttons.js',
|
'https://buttons.github.io/buttons.js',
|
||||||
'https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js',
|
'https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js',
|
||||||
'/js/code-blocks-buttons.js',
|
'js/code-blocks-buttons.js',
|
||||||
'/js/google-analytics.js',
|
'js/google-analytics.js',
|
||||||
],
|
],
|
||||||
stylesheets: [],
|
stylesheets: [],
|
||||||
// start_config_example
|
// start_config_example
|
||||||
|
|||||||
BIN
website/static/img/network.png
Executable file
BIN
website/static/img/network.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 188 KiB |
Reference in New Issue
Block a user