-
Notifications
You must be signed in to change notification settings - Fork 0
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
Static rendering #576
base: main
Are you sure you want to change the base?
Static rendering #576
Conversation
return ( | ||
<html lang={scope.language}> | ||
<body> | ||
<p>Page not found (Scope {JSON.stringify(scope)}).</p> |
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.
outputting the scope doesn't belong into starter. But localized messages would. (can also be a different PR)
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.
Du to access to cookies in preview mode
@nsams @thomasdax98 I had to remove |
Description
vivid-planet/comet#2836 for Starter.
Adds basic styling for NotFound: