Skip to content

Commit

Permalink
Just playing with the new deploy system
Browse files Browse the repository at this point in the history
  • Loading branch information
luiguild committed Jul 31, 2024
1 parent 8f8a52e commit eb86916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/hello-world/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const app: BasedAppFunction = async (_based) => {
'<title>Hello World</title>' +
'</head>' +
'<body style="margin: 0;">' +
`<div id="root">Hello World from Based.io! 2</div>` +
`<div id="root">Hello World from the branch main in Based.io!</div>` +
'</body>' +
'</html>';
};
Expand Down

0 comments on commit eb86916

Please sign in to comment.