Skip to content

Commit

Permalink
Add Slack app ID to meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kcoderhtml committed Apr 20, 2024
1 parent 03af8ef commit 30720c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const { title } = Astro.props;
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<meta name="slack-app-id" content="A06RK17HUUV" />
<title>{title}</title>
</head>
<body>
Expand Down

0 comments on commit 30720c3

Please sign in to comment.