modo hash para funcion spa
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 1s
build-and-deploy / build (push) Successful in 9s
build-and-deploy / deploy (push) Successful in 4s

This commit is contained in:
2025-05-29 18:36:17 -06:00
parent af75b4696e
commit f8926b2b2f

View File

@@ -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,
})