Skip to content

Commit

Permalink
Merge pull request #26 from CriticalMoments/blog_uri_fix
Browse files Browse the repository at this point in the history
Weird cloudflare issue isn't serving the compiled JS for this page. I…
  • Loading branch information
scosman authored Mar 11, 2024
2 parents 15771b1 + 448651f commit 7e15b9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(marketing)/blog/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const blogPosts: BlogPost[] = [
{
title: "How we built a beautiful 41kb SaaS website with this template",
description: "How to use this template you to bootstrap your own site.",
link: "/blog/how_we_built_our_saas_website",
link: "/blog/how_we_built_our_41kb_saas_website",
date: "2024-03-10",
},
{
Expand Down

0 comments on commit 7e15b9b

Please sign in to comment.