try to fix LinkedIn crawler 416 response

This commit is contained in:
Maxime Cannoodt 2022-09-09 22:20:45 +02:00
parent 58f946cc3f
commit 4c59e86cd5

View File

@ -1,5 +1,6 @@
<script context="module"> <script context="module">
export const prerender = true; // try making this false to prevent LinkedIn crawler returning 416
export const prerender = false;
</script> </script>
<script> <script>