mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
chore: init adonis
This commit is contained in:
19
resources/views/inertia_layout.edge
Normal file
19
resources/views/inertia_layout.edge
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title inertia>AdonisJS x Inertia x React</title>
|
||||
|
||||
@viteReactRefresh()
|
||||
@inertiaHead()
|
||||
@vite(['inertia/app/app.tsx', `inertia/pages/${page.component}.tsx`])
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@inertia()
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user