fixed some little issues and added new pages

This commit is contained in:
belviskhoremk
2026-04-26 21:42:51 +00:00
parent 8722539c66
commit dd3e970bbd
34 changed files with 3031 additions and 1096 deletions

View File

@@ -12,7 +12,7 @@ export default defineConfig({
},
server: {
port: 5173,
allowedHosts: ['gripple-delena-triserial.ngrok-free.dev', '127.0.0.1', 'localhost', 'contexta-production-672d.up.railway.app'],
allowedHosts: ['gripple-delena-triserial.ngrok-free.dev', '127.0.0.1', 'localhost', 'contexta-production-672d.up.railway.app', "0.0.0.0"],
host: true
}
})