Skip to content

Commit

Permalink
Fix static GSP page title
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisw committed Oct 29, 2020
1 parent 0f85d9b commit c9b8475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/i18n-routing/pages/gsp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function GspPage(props) {

return (
<div>
<h1>getServerSideProps page</h1>
<h1>getStaticProps page</h1>
<p>Current locale: {props.locale}</p>
<p>Default locale: {defaultLocale}</p>
<p>Configured locales: {JSON.stringify(props.locales)}</p>
Expand Down

0 comments on commit c9b8475

Please sign in to comment.