From 6d6313402f2bb374ce90b72092edf5fb300b12d2 Mon Sep 17 00:00:00 2001 From: Jason Kim Date: Fri, 18 Jun 2021 10:04:11 +0900 Subject: [PATCH 1/2] test1 --- src/Examples.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) From 0dd6622ebdb95c87f8ee7e19aef364b0439c944c Mon Sep 17 00:00:00 2001 From: Jason Kim Date: Fri, 18 Jun 2021 12:33:18 +0900 Subject: [PATCH 2/2] chore: remove now.json --- now.json | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 now.json 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 - } -}