-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat:init hostels page #210
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hostels not in db?
Yes, this should have been linked already |
0a5695d
to
16b9ca5
Compare
Why is the deployment failing? |
Linting errors, left it cause I'll have to comment out a lot of things(cause of the missing schema, I'll rebase once the schema is merged |
16b9ca5
to
4874cd2
Compare
4874cd2
to
c22837e
Compare
c22837e
to
9ab7d5c
Compare
9ab7d5c
to
181824f
Compare
181824f
to
f5e3e49
Compare
f5e3e49
to
8e74bf8
Compare
8e74bf8
to
8713f7b
Compare
8713f7b
to
0d298bf
Compare
import { getTranslations } from '~/i18n/translations'; | ||
import { db, hostels } from '~/server/db'; | ||
|
||
export async function generateStaticParams() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should I change them to dynamic ?
@GetPsyched
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does that error show up? Any reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's what i'm unsure about, other pages use same fetch pattern and dont seem to get this error
0d298bf
to
8aa2014
Compare
No description provided.