diff --git a/now.json b/now.json index 9691f0cc..e3f05b8a 100644 --- a/now.json +++ b/now.json @@ -1,4 +1,10 @@ { - "name": "covid-19-tochigi", - "version": 2 + "version": 2, + "builds": [ + { + "src": "nuxt.config.js", + "use": "@nuxtjs/now-builder", + "config": {} + } + ] }