We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cadb594 commit 7101d10Copy full SHA for 7101d10
1 file changed
templates/express-inertia/src/resources/views/app.edge
@@ -4,13 +4,25 @@
4
<head>
5
<meta charset="utf-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <title>
8
+ {appName} - {title}
9
+ </title>
10
+ <link rel="preconnect" href="https://fonts.googleapis.com" />
11
+ <link
12
+ rel="preconnect"
13
+ href="https://fonts.gstatic.com"
14
+ crossOrigin="use-credentials"
15
+ />
16
17
+ href="https://fonts.googleapis.com/css2?family=Syne:wght@400;700;800&family=DM+Mono:wght@400;500&display=swap"
18
+ rel="stylesheet"
19
20
@inertiaHead
21
@viteReactRefresh
22
@vite(['resources/js/app.jsx', 'resources/css/app.css'])
-</head>
-
23
+</head>
24
<body>
25
@inertia
26
</body>
27
-</html>
28
+</html>
0 commit comments