@@ -6,4 +6,12 @@ server {
location /editor {
try_files $uri /editor.html;
}
+
+ location /widget {
+ try_files $uri /widget.html;
+ }
+ location /embed {
+ try_files $uri /embed.html;