We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, Seia has a hardcoded html template:
seia/packages/seia/src/server.tsx
Lines 58 to 84 in 04ba632
With this, the user can't change <title>, add custom <link>s, edit <meta>s, etc.
<title>
<link>
<meta>
Seia should support one of the following:
index.html
Also, we should test that existing libraries like React Helmet work correctly with Seia RSC & SSR.
No response
The text was updated successfully, but these errors were encountered:
abiriadev
No branches or pull requests
Problem
Currently, Seia has a hardcoded html template:
seia/packages/seia/src/server.tsx
Lines 58 to 84 in 04ba632
With this, the user can't change
<title>
, add custom<link>
s, edit<meta>
s, etc.Suggestion
Seia should support one of the following:
(just like Next.js or Astro does).
index.html
file from the project root(just like Vite).
Also, we should test that existing libraries like React Helmet work correctly with Seia RSC & SSR.
Willingness to Contribute
Related Issues
No response
The text was updated successfully, but these errors were encountered: