Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dfsync — TypeScript HTTP client for service-to-service communication</title>
<title>dfsync — Reliable HTTP client for Node.js Microservices</title>
<meta
name="description"
content="A lightweight TypeScript HTTP client with sensible defaults for service-to-service communication across microservices, internal APIs, and integrations."
content="dfsync is a reliable HTTP client for service-to-service communication in Node.js and TypeScript."
/>
<meta
name="keywords"
content="dfsync, typescript http client, microservices http client, nodejs http client, service to service communication"
/>
<meta property="og:title" content="dfsync" />
<meta property="og:description" content="Reliable HTTP communication for modern services." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dfsyncjs.github.io/" />
<meta property="og:url" content="https://dfsyncjs.github.io" />
</head>
<body>
<div id="root"></div>
Expand Down
3 changes: 3 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: https://dfsyncjs.github.io/sitemap.xml
3 changes: 3 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<url>
<loc>https://dfsyncjs.github.io</loc>
</url>
Loading