Open CheesyTech opened 1 year ago
I need this functionality to embed tags in the
<Head>
component in inertia. Perhaps you already have a solution to this problem? If not, then I could offer my solution for this package
What's your solution for this? Looks like it is really quite here.
I haven't used Inertia.js before so am not really sure what you exactly need. Am I understanding it correctly that you want the output as JSON rather than HTML?
Feel free to contribute directly and/or bring up any suggestions!
I haven't used Inertia.js before so am not really sure what you exactly need. Am I understanding it correctly that you want the output as JSON rather than HTML?
Feel free to contribute directly and/or bring up any suggestions!
I haven't used Inertia.js before so am not really sure what you exactly need. Am I understanding it correctly that you want the output as JSON rather than HTML?
Feel free to contribute directly and/or bring up any suggestions!
Hi. In my case, we wanted to generate html on the server side and then share it using a shared middleware. We have a issue with seo duplication if we switch to another inertial page. I made a solution to this issue in a pool request: #325
I need this functionality to embed tags in the
<Head>
component in inertia. Perhaps you already have a solution to this problem? If not, then I could offer my solution for this package