added blog post 0317

This commit is contained in:
2026-03-17 17:03:47 +01:00
parent 3c47cbe581
commit e118a71f76
3 changed files with 252 additions and 0 deletions

View File

@@ -23,6 +23,17 @@ export interface BlogPostLink {
export const posts: BlogPostLink[] = [
{
key: "2026/0317",
post: {
date: "2026-03-17",
time: "17:00",
banner: "banner.webp",
bannerAlt: "A Microsoft Surface Pro 8 displaying a Blue Screen of Death.",
title: "How To: Set Up SvelteKit Frontend + PostgreSQL Backend",
description: "How to set up a web application with a backend on a remote server without getting error 403.",
}
},
{
key: "2026/0214",
post: {