splash screens
This commit is contained in:
parent
b2ec3a5c03
commit
5db8be1c5b
@ -58,6 +58,9 @@ export default function RootLayout({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning className="">
|
<html lang="en" suppressHydrationWarning className="">
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes"></meta>
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||||
|
<meta name="apple-mobile-web-app-title" content="Flockstr" />
|
||||||
<head>
|
<head>
|
||||||
<link
|
<link
|
||||||
href="splashscreens/iphone5_splash.png"
|
href="splashscreens/iphone5_splash.png"
|
||||||
|
10
app/robots.ts
Normal file
10
app/robots.ts
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import { MetadataRoute } from "next";
|
||||||
|
|
||||||
|
export default function robots(): MetadataRoute.Robots {
|
||||||
|
return {
|
||||||
|
rules: {
|
||||||
|
userAgent: "*",
|
||||||
|
allow: "/",
|
||||||
|
},
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user