Skip to content

Commit 01b0f92

Browse files
Merge pull request #2 from matthieubosquet/langsamu-patch-2
Try CI with vercel owner
2 parents 505b3db + 39c232c commit 01b0f92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.next
22

3+
34
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
45

56
# dependencies

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default async function Home() {
2525
.fromSubject("https://solidweb.me/jane_doe/profile/card#me");
2626

2727
return (
28-
<div>fake
28+
<div>
2929
{janeProfile.name}
3030
</div>
3131
);

0 commit comments

Comments
 (0)