You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DevTools failed to load source map: Could not load content for https://cdn.jsdelivr.net/npm/@docsearch/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
When including the full URL to index.js instead, the sourcemap is loaded without warnings:
Description
Following the installation without package-manager and running the Website in Chrome, throws the following warning in console:
DevTools failed to load source map: Could not load content for https://cdn.jsdelivr.net/npm/@docsearch/index.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
When including the full URL to
index.js
instead, the sourcemap is loaded without warnings:Steps to reproduce
Since on codesandbox there are tons of errors in the console, I used jsfiddle for an example (less errors):
Live reproduction:
Expected behavior
Environment
The text was updated successfully, but these errors were encountered: