This commit is contained in:
simio 2024-12-08 04:53:02 -03:00
parent c3f430ba98
commit 907aed7118

View File

@ -50,7 +50,9 @@ function addPaths(path, renderParams = {}){
router.get('/', (_req, res) => {
res.redirect('/public/pages/neocities-lyricaltokarev/index.html')
//...
// res.redirect('/public/pages/neocities-lyricaltokarev/index.html')
res.redirect('/home')
})