1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00
css/now.json

14 lines
278 B
JSON
Raw Normal View History

2018-11-29 04:09:20 +03:00
{
2019-07-30 02:56:17 +03:00
"version": 2,
"name": "primer-css",
"alias": "primer-css.now.sh",
2019-07-30 02:56:17 +03:00
"builds": [
{
"src": "gatsby-docs/package.json",
"use": "@now/static-build",
"config": {"distDir": "public"}
2018-11-29 04:09:20 +03:00
}
2019-07-30 02:56:17 +03:00
],
"routes": [{"src": "/(.*)", "dest": "/gatsby-docs/$1"}]
2018-11-29 04:09:20 +03:00
}