We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33de448 commit 679f62dCopy full SHA for 679f62d
packages/dynamic-pages/pages/profile.js
@@ -1,3 +1,5 @@
1
import React from 'react';
2
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.
5
export default () => <div>Welcome to next.js!</div>;
0 commit comments