|
14 | 14 | <meta name="language" content="English" /> |
15 | 15 |
|
16 | 16 | <!-- Canonical URL --> |
17 | | - <link rel="canonical" href="https://bumbuindustries.com/" /> |
| 17 | + <link rel="canonical" href="https://hashideea.com/" /> |
18 | 18 |
|
19 | 19 | <!-- Open Graph / Facebook --> |
20 | 20 | <meta property="og:type" content="website" /> |
21 | | - <meta property="og:url" content="https://bumbuindustries.com/" /> |
| 21 | + <meta property="og:url" content="https://hashideea.com/" /> |
22 | 22 | <meta property="og:title" content="HashIDE — Browser-based code editor with URL state" /> |
23 | 23 | <meta property="og:description" content="A browser-based code editor where your entire workspace is stored in the URL hash. Write Python, JavaScript, and HTML. Share code by sharing a link." /> |
24 | | - <meta property="og:image" content="https://bumbuindustries.com/og-image.png" /> |
| 24 | + <meta property="og:image" content="https://hashideea.com/og-image.png" /> |
25 | 25 | <meta property="og:image:width" content="1200" /> |
26 | 26 | <meta property="og:image:height" content="630" /> |
27 | 27 | <meta property="og:site_name" content="HashIDE" /> |
28 | 28 | <meta property="og:locale" content="en_US" /> |
29 | 29 |
|
30 | 30 | <!-- Twitter --> |
31 | 31 | <meta name="twitter:card" content="summary_large_image" /> |
32 | | - <meta name="twitter:url" content="https://bumbuindustries.com/" /> |
| 32 | + <meta name="twitter:url" content="https://hashideea.com/" /> |
33 | 33 | <meta name="twitter:title" content="HashIDE — Browser-based code editor with URL state" /> |
34 | 34 | <meta name="twitter:description" content="A browser-based code editor where your entire workspace is stored in the URL hash. Write Python, JavaScript, and HTML. Share code by sharing a link." /> |
35 | | - <meta name="twitter:image" content="https://bumbuindustries.com/og-image.png" /> |
| 35 | + <meta name="twitter:image" content="https://hashideea.com/og-image.png" /> |
36 | 36 |
|
37 | 37 | <!-- Favicon --> |
38 | 38 | <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
|
66 | 66 | "@type": "WebApplication", |
67 | 67 | "name": "HashIDE", |
68 | 68 | "description": "A browser-based code editor where your entire workspace is stored in the URL hash.", |
69 | | - "url": "https://bumbuindustries.com/", |
| 69 | + "url": "https://hashideea.com/", |
70 | 70 | "applicationCategory": "DeveloperApplication", |
71 | 71 | "operatingSystem": "Any", |
72 | 72 | "offers": { |
|
0 commit comments