diff --git a/convex/http.ts b/convex/http.ts index d46f40f..6eedceb 100644 --- a/convex/http.ts +++ b/convex/http.ts @@ -6,8 +6,8 @@ import { rssFeed, rssFullFeed } from "./rss"; const http = httpRouter(); // Site configuration -const SITE_URL = process.env.SITE_URL || "https://your-blog.netlify.app"; -const SITE_NAME = "Wayne Sutton"; +const SITE_URL = process.env.SITE_URL || "https://markdowncms.netlify.app"; +const SITE_NAME = "Markdown Site"; // RSS feed endpoint (descriptions only) http.route({ diff --git a/index.html b/index.html index aacd73d..08a7934 100644 --- a/index.html +++ b/index.html @@ -8,12 +8,12 @@ - + @@ -23,25 +23,38 @@ - - + + + - + + + + @@ -66,23 +79,23 @@ { "@context": "https://schema.org", "@type": "WebSite", - "name": "Markdown Blog", - "url": "https://your-blog.netlify.app", - "description": "An open source markdown blog powered by Convex and Netlify.", + "name": "Markdown Site", + "url": "https://markdowncms.netlify.app", + "description": "An open source markdown site powered by Convex and Netlify.", "author": { "@type": "Organization", - "name": "Markdown Blog", - "url": "https://your-blog.netlify.app" + "name": "Markdown Site", + "url": "https://markdowncms.netlify.app" }, "potentialAction": { "@type": "SearchAction", - "target": "https://your-blog.netlify.app/?q={search_term_string}", + "target": "https://markdowncms.netlify.app/?q={search_term_string}", "query-input": "required name=search_term_string" } } -