diff --git a/ui/src/router/index.js b/ui/src/router/index.js index f13d3ec..ea9a22c 100644 --- a/ui/src/router/index.js +++ b/ui/src/router/index.js @@ -1,4 +1,4 @@ -import { createRouter, createMemoryHistory } from 'vue-router' +import { createRouter, createMemoryHistory , createWebHashHistory} from 'vue-router' const routes = [ // Chat principal y config @@ -30,6 +30,6 @@ const routes = [ ] export default createRouter({ - history: createMemoryHistory(), + history: createWebHashHistory(), routes, }) \ No newline at end of file