Skip to content

Instantly share code, notes, and snippets.

@codeartistryio
Created April 14, 2019 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save codeartistryio/394bbdca17d620ab4e49bb0e852a97ff to your computer and use it in GitHub Desktop.
Save codeartistryio/394bbdca17d620ab4e49bb0e852a97ff to your computer and use it in GitHub Desktop.
Vue-Share Client Deployment
{
"version": 2,
"name": "vue-share",
"builds": [{ "src": "package.json", "use": "@now/static-build" }],
"routes": [
{ "src": "^/js/(.*)", "dest": "/js/$1" },
{ "src": "^/css/(.*)", "dest": "/css/$1" },
{ "src": "^/img/(.*)", "dest": "/img/$1" },
{ "src": ".*", "dest": "/index.html" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment