put app back on app.dexorder.com and corp site on dexorder.com with www redirecting to apex

This commit is contained in:
tim
2025-05-19 15:19:20 -04:00
parent 9b410ace09
commit a3c1dfad2d
7 changed files with 149 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ import {router} from "@/router/router.js";
const theme = useTheme().current
function openApp() {
window.open('https://dexorder.com/', 'dexorderapp')
window.open('https://app.dexorder.com/', 'dexorderapp')
}
</script>