You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vix-site/src/router/index.js
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ const routes = [
23
23
component: Home,
24
24
meta: {
25
25
seo: {
26
-
title: "Vix.cpp — Modern C++ backend runtime",
26
+
title: "Vix.cpp A Modern C++ Backend Runtime",
27
27
description:
28
-
"Vix.cpp is a modern C++ backend runtime focused on performance, clean DX, HTTP/WebSocket, middleware, and a practical registry workflow.",
28
+
"Vix.cpp is a modern C++ runtime built as a serious alternative to Node.js, Deno, and Bun. It is designed for unreliable networks, offline-first workflows, peer-to-peer systems, and extreme native performance.",
29
29
path: "/",
30
30
type: "website",
31
31
jsonLd: {
@@ -35,7 +35,7 @@ const routes = [
35
35
applicationCategory: "DeveloperApplication",
36
36
operatingSystem: "Linux, macOS, Windows",
37
37
description:
38
-
"Vix.cpp is a modern C++ backend runtime focused on performance, clean DX, HTTP/WebSocket, middleware, and a practical registry workflow.",
38
+
"Vix.cpp is a modern C++ runtime built as a serious alternative to Node.js, Deno, and Bun. It is designed for unreliable networks, offline-first workflows, peer-to-peer systems, and extreme native performance.",
Copy file name to clipboardExpand all lines: vix-site/src/utils/seo.js
+11-14Lines changed: 11 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
constDEFAULTS={
2
2
siteName: "Vix.cpp",
3
-
title: "Vix.cpp — Modern C++ backend runtime",
3
+
title: "Vix.cpp A Modern C++ Backend Runtime",
4
4
description:
5
-
"Vix.cpp is a modern C++ backend runtime focused on performance, clean DX, HTTP/WebSocket, middleware, and a practical registry workflow.",
6
-
// keep it as a stable root; later you can switch to https://vixcpp.com
5
+
"Vix.cpp is a modern C++ runtime built as a serious alternative to Node.js, Deno, and Bun. It is designed for unreliable networks, offline-first workflows, peer-to-peer systems, and extreme native performance.",
0 commit comments