|
47 | 47 |
|
48 | 48 | <!-- Open Graph / Facebook --> |
49 | 49 | <meta property="og:type" content="website" /> |
50 | | - <meta property="og:url" content="https://phcode.dev/" /> |
| 50 | + <meta property="og:url" content="https://web.phcode.dev/" /> |
51 | 51 | <meta property="og:title" content="Phoenix Code | Code Creatively" /> |
52 | 52 | <meta property="og:description" content="A text editor designed to make coding as intuitive and fun as playing a video game - specially crafted for web developers, designers, and students." /> |
53 | 53 | <meta property="og:image" content="assets/images/socialcard.png" /> |
54 | 54 |
|
55 | 55 | <!-- Twitter --> |
56 | 56 | <meta property="twitter:card" content="summary_large_image" /> |
57 | | - <meta property="twitter:url" content="https://phcode.dev/" /> |
| 57 | + <meta property="twitter:url" content="https://web.phcode.dev/" /> |
58 | 58 | <meta property="twitter:title" content="Phoenix Code | Code Creatively" /> |
59 | 59 | <meta property="twitter:description" content="A text editor designed to make coding as intuitive and fun as playing a video game - specially crafted for web developers, designers, and students." /> |
60 | 60 | <meta property="twitter:image" content="assets/images/socialcard.png" /> |
|
73 | 73 | <script> |
74 | 74 | if(["dev.phcode.dev", "staging.phcode.dev"].includes(location.hostname) |
75 | 75 | && localStorage.getItem("devDomainsEnabled") !== "true"){ |
76 | | - alert("Hello explorer, you have reached a development version of phcode.dev that is not for general use and could be very unstable." + |
| 76 | + alert("Hello explorer, you have reached a development version of Phoenix Code that is not for general use and could be very unstable." + |
77 | 77 | `\n\nIf you know what you are doing and what to visit the dev site, please go to https://${location.hostname}/devEnable.html to enable dev site and visit again.` + |
78 | | - "\n\nYou will now be redirected to phcode.dev."); |
79 | | - window.location = "https://phcode.dev"; |
| 78 | + "\n\nYou will now be redirected to web.phcode.dev."); |
| 79 | + window.location = "https://web.phcode.dev"; |
80 | 80 | } |
81 | 81 | if(window.electronAppAPI) { |
82 | 82 | window.__ELECTRON__ = true; |
|
446 | 446 | 'https://phcode.live': true, // phcode prod live preview server |
447 | 447 | 'https://ai-panel-onboarding.phcode.dev': true, // Ai panel onboarding iframes |
448 | 448 | 'https://phcode.dev': true, |
| 449 | + 'https://web.phcode.dev': true, // prod web |
449 | 450 | 'https://dev.phcode.dev': true, |
450 | 451 | 'https://staging.phcode.dev': true, |
451 | 452 | 'https://create.phcode.dev': true |
|
0 commit comments