From 448651fa6b064cfd6cfea7d74753c0f1a10d0cc9 Mon Sep 17 00:00:00 2001 From: scosman Date: Mon, 11 Mar 2024 14:46:27 -0400 Subject: [PATCH] Weird cloudflare issue isn't serving the compiled JS for this page. I see it rendered, but get expired headers every time. --- .../+page.svelte | 0 src/routes/(marketing)/blog/posts.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/routes/(marketing)/blog/(posts)/{how_we_built_our_saas_website => how_we_built_our_41kb_saas_website}/+page.svelte (100%) diff --git a/src/routes/(marketing)/blog/(posts)/how_we_built_our_saas_website/+page.svelte b/src/routes/(marketing)/blog/(posts)/how_we_built_our_41kb_saas_website/+page.svelte similarity index 100% rename from src/routes/(marketing)/blog/(posts)/how_we_built_our_saas_website/+page.svelte rename to src/routes/(marketing)/blog/(posts)/how_we_built_our_41kb_saas_website/+page.svelte diff --git a/src/routes/(marketing)/blog/posts.ts b/src/routes/(marketing)/blog/posts.ts index eebc3e80..fba93990 100644 --- a/src/routes/(marketing)/blog/posts.ts +++ b/src/routes/(marketing)/blog/posts.ts @@ -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", }, {