diff --git a/block.json b/block.json index c779318..f536049 100644 --- a/block.json +++ b/block.json @@ -28,7 +28,7 @@ } }, "textdomain": "sb-post-edit-block", - "editorScript": "file:./build/index.js", - "editorStyle": "file:./build/index.css", - "style": "file:./build/style-index.css" + "editorScript": "file:build/index.js", + "editorStyle": "file:build/index.css", + "style": "file:build/style-index.css" }