We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65ff22 commit 7efea86Copy full SHA for 7efea86
functions/hello-world/index.ts
@@ -11,7 +11,7 @@ const app: BasedAppFunction = async (_based) => {
11
'<title>Hello World</title>' +
12
'</head>' +
13
'<body style="margin: 0;">' +
14
- `<div id="root">Hello World from the branch main 2 in Based.io!</div>` +
+ `<div id="root">Hello World from the branch main 3 in Based.io!</div>` +
15
'</body>' +
16
'</html>'
17
);
0 commit comments