Skip to content

Commit

Permalink
Fix meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
supermario committed Oct 3, 2023
1 parent 5a5e3d6 commit 24875d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elm-pages.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
adapter,
headTagsTemplate(context) {
return `
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css" />
<meta name="generator" content="elm-pages v${context.cliVersion}" />
`;
Expand Down

0 comments on commit 24875d0

Please sign in to comment.