forked from minzeyaphyo/burmddit
Fix: use custom pg wrapper instead of @vercel/postgres
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { sql } from '@vercel/postgres'
|
||||
import { sql } from '@/lib/db'
|
||||
import { notFound } from 'next/navigation'
|
||||
import Link from 'next/link'
|
||||
import Image from 'next/image'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { sql } from '@vercel/postgres'
|
||||
import { sql } from '@/lib/db'
|
||||
import Image from 'next/image'
|
||||
import Link from 'next/link'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { sql } from '@vercel/postgres'
|
||||
import { sql } from '@/lib/db'
|
||||
import { notFound } from 'next/navigation'
|
||||
import Link from 'next/link'
|
||||
import Image from 'next/image'
|
||||
|
||||
Reference in New Issue
Block a user