diff --git a/lib/init.php b/lib/init.php index cfca793..0dc52dd 100644 --- a/lib/init.php +++ b/lib/init.php @@ -35,7 +35,7 @@ function setup() { add_theme_support('html5', ['caption', 'comment-form', 'comment-list']); // Tell the TinyMCE editor to use a custom stylesheet - add_editor_style('/dist/styles/editor-style.css'); + add_editor_style('dist/styles/editor-style.css'); } add_action('after_setup_theme', __NAMESPACE__ . '\\setup');