Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions now.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/Examples.res
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let default = (props: props) =>

let getServerSideProps = _ctx => {
let props = {
msg: "This page was rendered with getServerSideProps. You can find the source code here: ",
msg: "This page was rendered with getServerSideProps. You can find the source code here1: ",
href: "https://github.com/ryyppy/nextjs-default/tree/master/src/Examples.res",
}
Js.Promise.resolve({"props": props})
Expand Down