Last active
September 26, 2018 06:00
-
-
Save wataruoguchi/520485740cd88108568bf0baf4aa0a79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ # 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