[simple-example][sm] - change from repos.json to datasets.json
This commit is contained in:
@@ -7,7 +7,7 @@ import Link from 'next/link';
|
||||
export async function getStaticProps() {
|
||||
const jsonDirectory = path.join(
|
||||
process.cwd(),
|
||||
'/examples/simple-example/repos.json'
|
||||
'/examples/simple-example/datasets.json'
|
||||
);
|
||||
const repos = await fs.readFile(jsonDirectory, 'utf8');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user