You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Langauge is naively auto detected based on file extension. See [logic here for all auto-detected languages](https://github.com/dwjohnston/react-github-permalink/pull/73/files#diff-b6feb43e40d6eae1cba733450d691be8f83a1a50ecbff1b890cd343b2039ece1).
27
+
28
+
If this does not suit you, you can override the autodetected langauage with the `language` prop.
29
+
30
+
31
+
32
+
24
33
## RSC Compatibility / Three modes of operation
25
34
26
35
This package is compatible with Next 13+ and the components can be used as RSCs if you wish.
0 commit comments