Skip to content

Commit

Permalink
fix(dev): Set meta device width prop
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbeckman committed Sep 17, 2023
1 parent 2edf190 commit d75c7f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate_html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
header = <<-html
<head>
<title>#{title}</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta property="og:description" content="#{description}"/>
<meta property="og:image" content="#{image_url}">
<link href="./style.css" rel="stylesheet" />
Expand Down

0 comments on commit d75c7f3

Please sign in to comment.