| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Won't use global content id for non doc pages
|
This has caused a problem with paths in other parts of the site (blog, examples). Need to fix those, then this should be good. |
Sorry, something went wrong.
|
I've hooked the validation method into the Contentlayer build process using the new onSuccess callback. And now also added docs for the new onSuccess callback. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Spent some time working through this, and it proved to be more challenging that originally anticipated. Much of this is because we're using static generation, and the point of this feature is that we want to introspect the URL based on the request, extract the global content id, and use that to find the appropriate page.
Therefore, I'm going to take a bit of a different approach here:
fixes #33
fixes #101