Allow manifest discovery
This commit is contained in:
@ -43,6 +43,7 @@ export default function Layout({ children }: Props) {
|
|||||||
<meta name="twitter:image" content={screenshotUrl} />
|
<meta name="twitter:image" content={screenshotUrl} />
|
||||||
<meta name="twitter:url" value={process.env.URL} />
|
<meta name="twitter:url" value={process.env.URL} />
|
||||||
|
|
||||||
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<link
|
<link
|
||||||
rel="shortcut icon"
|
rel="shortcut icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Outline</title>
|
<title>Outline</title>
|
||||||
<meta name="slack-app-id" content="<%= SLACK_APP_ID %>" />
|
<meta name="slack-app-id" content="<%= SLACK_APP_ID %>" />
|
||||||
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<style>
|
<style>
|
||||||
body,
|
body,
|
||||||
html {
|
html {
|
||||||
|
Reference in New Issue
Block a user