We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e27dce commit 3c8320eCopy full SHA for 3c8320e
README.md
@@ -59,7 +59,8 @@ Os conteúdos principais a serem estudados são:
59
dica para usar o surge:
60
* Instalar surge (só 1a vez): `npm install -g surge`
61
* Buildar app React: `npm run build`
62
- * `cp ./build/index.html ./build/200.html`
+ * Corrigir a nomeação do arquivo (por causa do router)
63
+ `cp ./build/index.html ./build/200.html`
64
* Deployar com surge: `surge ./build`
65
- Adicionar o link do deploy no readme do seu projeto/repositório:
66
0 commit comments