We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6f9ec commit a53582dCopy full SHA for a53582d
README.md
@@ -95,7 +95,7 @@ The entry file needs to import your hydrated components, e.g:
95
import '@/modules/home/components/form';
96
```
97
98
-This file is then referenced within your `.11ty.tsx` file by passing it into the `data` object exported from your component, e.g:
+This file is then referenced within your `*.11ty.tsx` file by passing it into the `data` object exported from your component, e.g:
99
100
```jsx
101
/*[...]*/
0 commit comments