diff --git a/now.json b/now.json new file mode 100644 index 0000000..bc815f9 --- /dev/null +++ b/now.json @@ -0,0 +1,10 @@ +{ + "version": 2, + "alias": "badgen-icon-preview", + "builds": [ + { "src": "preview/*.html", "use": "@now/static" } + ], + "routes": [ + { "src": "/", "dest": "/preview/index.html" } + ] +}