You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can work and the simplicity is nice so I understand why you'd consider this approach. The problem you will run into is when you want to add links that exist as relationship fields in your other collections or from richText. You will have to hardcode links to home instead.
Best of luck to you and this repo!
The text was updated successfully, but these errors were encountered:
Hi @brijr!
Very cool to see you making a starter SaaS on Payload!
I noticed that you have the home page stored as a global and wanted to caution against that.
https://github.com/brijr/payload-saas-starter/blob/main/src/globals/Home.ts
It can work and the simplicity is nice so I understand why you'd consider this approach. The problem you will run into is when you want to add links that exist as relationship fields in your other collections or from richText. You will have to hardcode links to home instead.
Best of luck to you and this repo!
The text was updated successfully, but these errors were encountered: