Skip to content

Commit

Permalink
Updated import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
willemliufdmg committed Jan 4, 2022
1 parent 2ba5871 commit eb1b095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function Page(props: Props) {
}

export async function getStaticProps() {
const readme = require('../../README.md');
const readme = require('../README.md');

return {
props: {
Expand Down

0 comments on commit eb1b095

Please sign in to comment.