We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1c66c commit 1ff8810Copy full SHA for 1ff8810
src/layouts/Layout.astro
@@ -28,7 +28,7 @@ const resolvedImageWithDomain = new URL(image, Astro.site).toString();
28
29
const makeTitle = title
30
? title + " | " + "India Dev Stack"
31
- : "India Dev Stack - Software directory for indie developers";
+ : "India Dev Stack - Dev Tools Directory From Indian Founders";
32
---
33
34
<!doctype html>
0 commit comments