Skip to content

Commit

Permalink
feat: origin trial
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Nov 17, 2024
1 parent 21e2827 commit ab3e165
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/routes/_renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export default jsxRenderer(({ children, title, description }) => {
<meta name="twitter:site" content="@yossydev" />
<meta name="twitter:image" content={`https://yossy.dev${_image}`} />
<meta name="twitter:card" content="summary" />
<meta
http-equiv="origin-trial"
content="AkwxmXeiTVIX8BZoXBhoT6N+EgwJbwpLsr/ryGyFsPE538JL2YK/pnkwhv2EIXqCe77Qrw5TcHsC/AHmZfommAUAAABkeyJvcmlnaW4iOiJodHRwczovL3lvc3N5LmRldjo0NDMiLCJmZWF0dXJlIjoiVHJhbnNsYXRpb25BUEkiLCJleHBpcnkiOjE3NTMxNDI0MDAsImlzU3ViZG9tYWluIjp0cnVlfQ=="
/>
<Script src="/app/client.ts" />
{import.meta.env.PROD ? (
<link href="/static/assets/style.css" rel="stylesheet" />
Expand Down

0 comments on commit ab3e165

Please sign in to comment.