Skip to content

Commit c0ff39e

Browse files
feat(netlify): update readme and domain
1 parent 350dbc7 commit c0ff39e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<img src="https://media.giphy.com/media/lIbaRQKLbCWkUZUOYs/giphy.gif" alt="Demo example"/>
1515
<br>
1616
<br>
17-
<a href="https://angular-example-app.onrender.com/">DEMO HERE</a>
17+
<a href="https://angular-example-app.netlify.app/">DEMO HERE</a>
1818
</p>
1919
</p>
2020

@@ -32,7 +32,7 @@ npm start
3232

3333
## Server
3434

35-
This project is using a real app deployed in render.com, which you can see
35+
This project is using a real app deployed in fly.io, which you can see
3636
[here](https://github.com/Ismaestro/nestjs-example-app). The server is using NestJS, Prisma,
3737
Postgres and GraphQL. Please check it out and also feel free to contribute or give me your thoughts.
3838

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const environment = {
22
production: true,
33
graphqlHost: 'https://nestjs-example-app.fly.dev/',
4-
domain: 'https://angular-example-app.onrender.com',
4+
domain: 'https://angular-example-app.netlify.app',
55
};

0 commit comments

Comments
 (0)