Rename checkout.html.jst to index.html.jst
authorNick Downing <nick@ndcode.org>
Mon, 27 Dec 2021 06:26:02 +0000 (17:26 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 27 Dec 2021 06:27:02 +0000 (17:27 +1100)
index.html.jst [moved from checkout.html.jst with 91% similarity]

similarity index 91%
rename from checkout.html.jst
rename to index.html.jst
index 3561304..19da44f 100644 (file)
@@ -31,5 +31,5 @@ return async env => {
       }
     }
   }
-  env.site.serve(env, 200, Buffer.from(_out.join('')), 'checkout.html.jst')
+  env.site.serve(env, 200, Buffer.from(_out.join('')), 'index.html.jst')
 }