Skip to content

Instantly share code, notes, and snippets.

@wataruoguchi
Last active September 26, 2018 06:00
Show Gist options
  • Save wataruoguchi/520485740cd88108568bf0baf4aa0a79 to your computer and use it in GitHub Desktop.
Save wataruoguchi/520485740cd88108568bf0baf4aa0a79 to your computer and use it in GitHub Desktop.
$ # remove all html files generated. Nuxt.js will in charge of rendering
$ rm public/404.html public/index.html
$ # copy assets
$ cp -R functions/nuxt/dist public/assets
$ # copy another set of assets
$ cp -R src/static/* public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment