Skip to content

Commit

Permalink
fix: remove duplicate meta viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonours committed Feb 7, 2024
1 parent 55dc2e1 commit 7422054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import './tailwind.css';
export const meta: MetaFunction = () => {
return [
{ charSet: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ title: 'Starter - here we go again' },
{
name: 'description',
Expand Down

0 comments on commit 7422054

Please sign in to comment.