Allow manifest discovery

This commit is contained in:
Tom Moor 2018-06-16 14:43:34 -07:00
parent a2c06f5599
commit 7375e95bf5
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ export default function Layout({ children }: Props) {
<meta name="twitter:image" content={screenshotUrl} />
<meta name="twitter:url" value={process.env.URL} />
<link rel="manifest" href="/manifest.json" />
<link
rel="shortcut icon"
type="image/png"

View File

@ -3,6 +3,7 @@
<head>
<title>Outline</title>
<meta name="slack-app-id" content="<%= SLACK_APP_ID %>" />
<link rel="manifest" href="/manifest.json" />
<style>
body,
html {