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
Some of my code blocks are over 300 lines long. Highlight rendering always fails when entering the page for the first time. Only after refreshing can it render normally.
When I increase the header limit in nginx it seems to have some effect.
But my program is multilingual. It can be highlighted normally only in Chinese and English modes, but in Japanese mode some code blocks are still in 413 status and cannot be rendered. It can only be highlighted normally when refreshing.
So I'm thinking about using Post instead of Get rehype-nuxt.ts
Some of my code blocks are over 300 lines long. Highlight rendering always fails when entering the page for the first time. Only after refreshing can it render normally.
When I increase the header limit in nginx it seems to have some effect.
![Image](https://private-user-images.githubusercontent.com/41848972/393128863-d83cacd3-f1a0-4584-8ee7-5dc8eae6b85e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzI3OTIsIm5iZiI6MTczOTIzMjQ5MiwicGF0aCI6Ii80MTg0ODk3Mi8zOTMxMjg4NjMtZDgzY2FjZDMtZjFhMC00NTg0LThlZTctNWRjOGVhZTZiODVlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAwMDgxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI3MmYyYTFjMGIyZTkwMzM0NGIyZmNiZGE0ZGIyZDM0ZTg0NGU1MzQxOTE0MjM2MTA4MmIzZjBiZjM0MDIyZTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.lx_qkFxSaqXSlo57CMygKPFBC0W4Fn2ebjM0shZXrY4)
But my program is multilingual. It can be highlighted normally only in Chinese and English modes, but in Japanese mode some code blocks are still in 413 status and cannot be rendered. It can only be highlighted normally when refreshing.
So I'm thinking about using Post instead of Get
rehype-nuxt.ts
The text was updated successfully, but these errors were encountered: