Skip to content

Commit

Permalink
Added code snippet for tina/config.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewkans committed Nov 4, 2024
1 parent e524dfe commit 6b2aeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/guides/converting-wordpress-to-tina.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const WpPage: Collection = {
export default WpPage;
```

3\. Import your created collection to the [schema](https://tina.io/docs/reference/schema) in tina/config.tsx
3\. Import your created collection to the [schema](https://tina.io/docs/reference/schema) in `tina/config.tsx`.

```javascript

Expand Down

0 comments on commit 6b2aeb8

Please sign in to comment.