diff --git a/public/index.html b/public/index.html index 78cdb07..4ccf1c1 100644 --- a/public/index.html +++ b/public/index.html @@ -1,37 +1,38 @@ - - - - - <%= htmlWebpackPlugin.options.title %> - - - - <% if (process.env.NODE_ENV === 'development' ) { %> - - <% } %> - <% if (process.env.NODE_ENV === 'production' ) { %> - - <% } %> + + + + + <%= htmlWebpackPlugin.options.title %> + + + + + <% if (process.env.NODE_ENV === 'development' ) { %> + + <% } %> + <% if (process.env.NODE_ENV === 'production' ) { %> + + <% } %>
diff --git a/src/router/index.js b/src/router/index.js index 73431c2..9d64d14 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -7,7 +7,7 @@ const routes = [ { path: '/', name: 'Home', - redirect: '/onlyoffice', + redirect: '/editor', }, { path: '/onlyoffice',