diff --git a/editors/markdown/package.json b/editors/markdown/package.json index b570f64..1e1d7af 100644 --- a/editors/markdown/package.json +++ b/editors/markdown/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vite", "build": "tsc && vite build", - "build-editor": "tsc && vite build --base=/editors/markdown/", + "build-editor": "tsc && vite build --base=/squidex-samples/editors/markdown/", "preview": "vite preview", "server-local": "docker run -p 3100:3100 -v dist/index.html:/usr/share/caddy/index.html caddy caddy --root /var/www/html --listen :3100 --browse" }, diff --git a/editors/richtext/package.json b/editors/richtext/package.json index c9067ea..11627bb 100644 --- a/editors/richtext/package.json +++ b/editors/richtext/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vite", "build": "tsc && vite build", - "build-editor": "tsc && vite build --base=/editors/richtext", + "build-editor": "tsc && vite build --base=/squidex-samples/editors/richtext", "preview": "vite preview" }, "devDependencies": {