Skip to content

Commit 679f62d

Browse files
committed
Add description for the username
1 parent 33de448 commit 679f62d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import React from 'react';
22

3+
// The now router will set a header based on the username that we can get from getInitialProps to know
4+
// which username to render. For now we can just stub the username.
35
export default () => <div>Welcome to next.js!</div>;

0 commit comments

Comments
 (0)