Update README and env to mention Neon PG

This commit is contained in:
Aaron William Po
2023-05-14 14:57:19 -04:00
parent 50c3e1a82b
commit 60e76089f3
3 changed files with 21 additions and 75 deletions

View File

@@ -34,8 +34,8 @@ const useNavbar = () => {
/** These pages are accessible to both authenticated and unauthenticated users. */
const otherPages: readonly Page[] = [
{ slug: '/breweries', name: 'Breweries' },
{ slug: '/beers', name: 'Beers' },
{ slug: '/breweries', name: 'Breweries' },
];
/**