Skip to content

Commit

Permalink
TinaCMS content update
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Lombard <[email protected]>
  • Loading branch information
tina-cloud-app[bot] and isaaclombardssw authored Nov 6, 2024
1 parent 0e8981f commit c86f04e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/guides/internationalization.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
id: /docs/guides/internationalization
title: Tina Guides
next: ''
previous: ''
---

## Internationalization with TinaCMS
Expand Down Expand Up @@ -59,9 +61,7 @@ const getStaticPaths = async({ locales }) {
Using the locale, you can filter for document(s) based on the path

```jsx
/**
* /pages/post/[filename].tsx
*/
// /pages/post/[filename].tsx

// `locale` is provided alongside `params`
const getStaticProps = async({ params, locale }) {
Expand Down

0 comments on commit c86f04e

Please sign in to comment.