added supabase

This commit is contained in:
Austin
2026-02-20 09:12:47 -06:00
parent 3c293159ff
commit 76f1241761
54 changed files with 3162 additions and 445 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
export const dynamic = 'force-dynamic';
import React, {Suspense} from 'react';
import { getSortedPostsData } from '@/lib/markdown';
import { getSortedPostsData } from '@/lib/posts';
import { PostMetadata } from '@/types';
import { generateMetadata as createMetadata } from '@/components/Metadata';
import type { Metadata } from 'next';