Skip to content

Commit 040b4ce

Browse files
Eric BearEric Bear
authored andcommitted
Use clean URL /dashchat/: add redirect, update links, adjust dev entry; keep dash-chat.html as redirect
1 parent 64b20b5 commit 040b4ce

File tree

9 files changed

+38
-17
lines changed

9 files changed

+38
-17
lines changed

bouy-os.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="dropdown">
2525
<a href="#" class="dropdown-toggle">Projects ▾</a>
2626
<div class="dropdown-menu">
27-
<a href="dash-chat.html">Dash Chat</a>
27+
<a href="dashchat/">Dash Chat</a>
2828
<a href="corri.html">Corri AI</a>
2929
<a href="https://darksoil.studio/p2p-shipyard" target="_blank" rel="noopener">p2p Shipyard</a>
3030
<a href="bouy-os.html">Buoy</a>
@@ -43,7 +43,7 @@
4343
<div class="dropdown mobile-dropdown">
4444
<a href="#" class="dropdown-toggle">Projects ▾</a>
4545
<div class="dropdown-menu">
46-
<a href="dash-chat.html">Dash Chat</a>
46+
<a href="dashchat/">Dash Chat</a>
4747
<a href="corri.html">Corri AI</a>
4848
<a href="https://darksoil.studio/p2p-shipyard" target="_blank" rel="noopener">p2p Shipyard</a>
4949
<a href="bouy-os.html">Buoy</a>

contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="dropdown">
2626
<a href="#" class="dropdown-toggle">Projects ▾</a>
2727
<div class="dropdown-menu">
28-
<a href="dash-chat.html">Dash Chat</a>
28+
<a href="dashchat/">Dash Chat</a>
2929
<a href="corri.html">Corri AI</a>
3030
<a href="https://darksoil.studio/p2p-shipyard" target="_blank" rel="noopener">p2p Shipyard</a>
3131
<a href="bouy-os.html">Buoy</a>
@@ -44,7 +44,7 @@
4444
<div class="dropdown">
4545
<a href="#" class="dropdown-toggle">Projects ▾</a>
4646
<div class="dropdown-menu">
47-
<a href="dash-chat.html">Dash Chat</a>
47+
<a href="dashchat/">Dash Chat</a>
4848
<a href="corri.html">Corri AI</a>
4949
<a href="https://darksoil.studio/p2p-shipyard" target="_blank" rel="noopener">p2p Shipyard</a>
5050
<a href="bouy-os.html">Buoy</a>

corri.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="dropdown">
2525
<a href="#" class="dropdown-toggle">Projects ▾</a>
2626
<div class="dropdown-menu">
27-
<a href="dash-chat.html">Dash Chat</a>
27+
<a href="dashchat/">Dash Chat</a>
2828
<a href="corri.html">Corri AI</a>
2929
<a href="https://darksoil.studio/p2p-shipyard" target="_blank" rel="noopener">p2p Shipyard</a>
3030
<a href="bouy-os.html">Buoy</a>
@@ -43,7 +43,7 @@
4343
<div class="dropdown mobile-dropdown">
4444
<a href="#" class="dropdown-toggle">Projects ▾</a>
4545
<div class="dropdown-menu">
46-
<a href="dash-chat.html">Dash Chat</a>
46+
<a href="dashchat/">Dash Chat</a>
4747
<a href="corri.html">Corri AI</a>
4848
<a href="https://darksoil.studio/p2p-shipyard" target="_blank" rel="noopener">p2p Shipyard</a>
4949
<a href="bouy-os.html">Buoy</a>

dash-chat.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
href="https://fonts.googleapis.com/css?family=Rubik"
66
rel="stylesheet"
77
/>
8+
<meta http-equiv="refresh" content="0; url=dashchat/" />
9+
<link rel="canonical" href="dashchat/" />
810
<link rel="stylesheet" href="style.css" />
911
<title>Dash Chat - darksoil studio</title>
1012
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -24,7 +26,7 @@
2426
<div class="dropdown">
2527
<a href="#" class="dropdown-toggle">Projects ▾</a>
2628
<div class="dropdown-menu">
27-
<a href="dash-chat.html">Dash Chat</a>
29+
<a href="dashchat/">Dash Chat</a>
2830
<a href="corri.html">Corri AI</a>
2931
<a href="https://darksoil.studio/p2p-shipyard" target="_blank" rel="noopener">p2p Shipyard</a>
3032
<a href="bouy-os.html">Buoy</a>
@@ -42,7 +44,7 @@
4244
<div class="dropdown mobile-dropdown">
4345
<a href="#" class="dropdown-toggle">Projects ▾</a>
4446
<div class="dropdown-menu">
45-
<a href="dash-chat.html">Dash Chat</a>
47+
<a href="dashchat/">Dash Chat</a>
4648
<a href="corri.html">Corri AI</a>
4749
<a href="https://darksoil.studio/p2p-shipyard" target="_blank" rel="noopener">p2p Shipyard</a>
4850
<a href="bouy-os.html">Buoy</a>

dashchat/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>Dash Chat - darksoil studio</title>
7+
</head>
8+
<body>
9+
<script>
10+
// Load the original page into this clean URL
11+
window.location.replace("../dash-chat.html");
12+
</script>
13+
<noscript>
14+
<meta http-equiv="refresh" content="0; url=../dash-chat.html" />
15+
<p>If you are not redirected automatically, follow this <a href="../dash-chat.html">link to Dash Chat</a>.</p>
16+
</noscript>
17+
</body>
18+
</html>
19+

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="dropdown">
2525
<a href="#" class="dropdown-toggle">Projects ▾</a>
2626
<div class="dropdown-menu">
27-
<a href="dash-chat.html">Dash Chat</a>
27+
<a href="dashchat/">Dash Chat</a>
2828
<a href="corri.html">Corri AI</a>
2929
<a href="https://darksoil.studio/p2p-shipyard" target="_blank" rel="noopener">p2p Shipyard</a>
3030
<a href="bouy-os.html">Buoy</a>
@@ -42,7 +42,7 @@
4242
<div class="dropdown mobile-dropdown">
4343
<a href="#" class="dropdown-toggle">Projects ▾</a>
4444
<div class="dropdown-menu">
45-
<a href="dash-chat.html">Dash Chat</a>
45+
<a href="dashchat/">Dash Chat</a>
4646
<a href="corri.html">Corri AI</a>
4747
<a href="https://darksoil.studio/p2p-shipyard" target="_blank" rel="noopener">p2p Shipyard</a>
4848
<a href="bouy-os.html">Buoy</a>
@@ -72,7 +72,7 @@ <h2 id="what-we-do">What We Do</h2>
7272
<h2 id="things-weve-made">Projects</h2>
7373

7474
<rocket-columns>
75-
<a href="dash-chat.html" class="project-card-link">
75+
<a href="dashchat/" class="project-card-link">
7676
<rocket-card>
7777
<div slot="title" class="card-title">
7878
<h4>Dash Chat</h4>

p2pmessenger/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<meta http-equiv="refresh" content="0; url=../dash-chat.html" />
6-
<link rel="canonical" href="../dash-chat.html" />
5+
<meta http-equiv="refresh" content="0; url=../dashchat/" />
6+
<link rel="canonical" href="../dashchat/" />
77
<title>Redirecting…</title>
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
99
<script>
10-
window.location.replace("../dash-chat.html");
10+
window.location.replace("../dashchat/");
1111
</script>
1212
</head>
1313
<body>
14-
<p>If you are not redirected automatically, follow this <a href="../dash-chat.html">link to Dash Chat</a>.</p>
14+
<p>If you are not redirected automatically, follow this <a href="../dashchat/">link to Dash Chat</a>.</p>
1515
</body>
1616
</html>
1717

roadmap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</button>
2828
<div class="menu-links">
2929
<a href="index.html">Home</a>
30-
<a href="dash-chat.html">Dash Chat</a>
30+
<a href="dashchat/">Dash Chat</a>
3131
<a href="https://darksoil.studio/p2p-shipyard" target="_blank" rel="noopener">p2p Shipyard</a>
3232
<a href="bouy-os.html">Bouy OS</a>
3333
<a href="roadmap.html">Roadmap</a>

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineConfig({
2828
rollupOptions: {
2929
input: {
3030
main: resolve(__dirname, 'index.html'),
31-
dash: resolve(__dirname, 'dash-chat.html'),
31+
dash: resolve(__dirname, 'dashchat/index.html'),
3232
corri: resolve(__dirname, 'corri.html'),
3333
bouy: resolve(__dirname, 'bouy-os.html'),
3434
contact: resolve(__dirname, 'contact.html')

0 commit comments

Comments
 (0)