diff --git a/craco.config.js b/craco.config.js index d4a6bfea..b92fc342 100644 --- a/craco.config.js +++ b/craco.config.js @@ -207,7 +207,7 @@ module.exports = { new CopyPlugin({ patterns: [ { - from: 'node_modules/@pybricks/ide-docs/build/html', + from: 'node_modules/@pybricks/ide-docs/html', to: 'static/docs', }, ],