-
Notifications
You must be signed in to change notification settings - Fork 53
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
Updated Blog Header For Dark Mode Compatibility #468
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
umm, where is the blog? 2022-05-15.03-18-53.mp4 |
I'm not sure what happened to the blog but it's not working at all until you refresh it |
it became a 404 after i refreshed it |
I suspect our serverless function throws an error when it attempts to read from a JSON file since Vercel.com currently says, "At present, it is not possible to import files in a Next.js SSR page or function given vercel/next.js#8251." This lead me to create issue #471. By eliminating the following line of code, the blog just might [hopefully] start to work again in preview environments!
^ I suspect this line of code may be our problem, so I made #472 in an attempt to resolve #471. |
Closing because I merged these changes into #481 |
Converted previous SVG image into a responsive segment of HTML that is better suited for the website and dark mode compatibility.
Fixed #430