added blog post 0317
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user