mirror of
https://github.com/zoriya/vike-react-native-web-bug.git
synced 2026-06-04 02:45:50 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import React from "react";
|
||||
import logoUrl from "../assets/logo.svg";
|
||||
|
||||
// Default <head> (can be overridden by pages)
|
||||
|
||||
export default function HeadDefault() {
|
||||
return (
|
||||
<>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="Demo showcasing Vike" />
|
||||
<link rel="icon" href={logoUrl} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user