Skip to content

Commit 3c8320e

Browse files
Create README.md
1 parent 9e27dce commit 3c8320e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Os conteúdos principais a serem estudados são:
5959
dica para usar o surge:
6060
* Instalar surge (só 1a vez): `npm install -g surge`
6161
* Buildar app React: `npm run build`
62-
* `cp ./build/index.html ./build/200.html`
62+
* Corrigir a nomeação do arquivo (por causa do router)
63+
`cp ./build/index.html ./build/200.html`
6364
* Deployar com surge: `surge ./build`
6465
- Adicionar o link do deploy no readme do seu projeto/repositório:
6566

0 commit comments

Comments
 (0)