diff --git a/now.json b/now.json deleted file mode 100644 index 8c6fe57..0000000 --- a/now.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "version": 2, - "github": { - "silent": true - } -} diff --git a/src/Examples.res b/src/Examples.res index 45f1058..7e1edac 100644 --- a/src/Examples.res +++ b/src/Examples.res @@ -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})