Allow manifest discovery
This commit is contained in:
parent
a2c06f5599
commit
7375e95bf5
@ -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"
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user