Skip to content

Commit f19c189

Browse files
committed
Resolve conflict creating-a-react-app.md
1 parent f290a70 commit f19c189

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/content/learn/creating-a-react-app.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ Ovo vam omogućava da počnete samo sa klijentskom aplikacijom, pa, ako vam kasn
3232
npx create-next-app@latest
3333
</TerminalBlock>
3434

35-
<<<<<<< HEAD
36-
Next.js je održavan od strane [Vercel-a](https://vercel.com/). Možete [deploy-ovati Next.js aplikaciju](https://nextjs.org/docs/app/building-your-application/deploying) na bilo koji Node.js ili serverless hosting, ili na vaš sopstveni server. Next.js takođe podržava [static export](https://nextjs.org/docs/app/building-your-application/deploying/static-exports) koji ne zahteva server. Vercel dodatno pruža i opcione cloud servise koji se plaćaju.
37-
=======
38-
Next.js is maintained by [Vercel](https://vercel.com/). You can [deploy a Next.js app](https://nextjs.org/docs/app/building-your-application/deploying) to any hosting provider that supports Node.js or Docker containers, or to your own server. Next.js also supports [static export](https://nextjs.org/docs/app/building-your-application/deploying/static-exports) which doesn't require a server.
39-
>>>>>>> a3e9466dfeea700696211533a3570bc48d7bc3d3
35+
Next.js je održavan od strane [Vercel-a](https://vercel.com/). Možete [deploy-ovati Next.js aplikaciju](https://nextjs.org/docs/app/building-your-application/deploying) na bilo koji hosting provider koji podržava Node.js ili Docker kontejnere, ili na vaš sopstveni server. Next.js takođe podržava [static export](https://nextjs.org/docs/app/building-your-application/deploying/static-exports) koji ne zahteva server.
4036

4137
### React Router (v7) {/*react-router-v7*/}
4238

0 commit comments

Comments
 (0)