Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 0b221d6

Browse files
author
Matt Seccafien
committed
change file extensions in config
1 parent 3adce0d commit 0b221d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react/src/seo.doc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ const data: ReferenceEntityTemplateSchema = {
1212
tabs: [
1313
{
1414
title: 'Basic example',
15-
code: './seo.basic.example.jsx',
15+
code: './seo.basic.example.js',
1616
language: 'js',
1717
},
1818
{
1919
title: 'All options',
20-
code: './seo.all.example.jsx',
20+
code: './seo.all.example.js',
2121
language: 'js',
2222
},
2323
],

0 commit comments

Comments
 (0)