Browse Source

Add deployment config

master
Amio 5 years ago
parent
commit
cddf18716b
  1. 10
      now.json

10
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" }
]
}
Loading…
Cancel
Save