fix path alias preventing builds

This commit is contained in:
keyan 2024-03-20 13:41:32 -05:00
parent 39652ee275
commit ecd075f483
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import { INVITE_FIELDS } from '@/fragments/invites'
import getSSRApolloClient from '@/api/ssrApollo'
import Link from 'next/link'
import { CenterLayout } from '@/components/layout'
import { getAuthOptions } from '@/api/auth/[...nextauth]'
import { getAuthOptions } from '@/pages/api/auth/[...nextauth]'
import { notifyInvite } from '@/lib/webPush'
export async function getServerSideProps ({ req, res, query: { id, error = null } }) {