test build container
All checks were successful
Docker Version Check / check-docker (push) Successful in 15s
All checks were successful
Docker Version Check / check-docker (push) Successful in 15s
This commit is contained in:
18
resources/views/inertia_layout.edge
Normal file
18
resources/views/inertia_layout.edge
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title inertia>Justin LEROY</title>
|
||||
|
||||
@vite(['inertia/app/app.ts', `inertia/pages/${page.component}.vue`])
|
||||
@inertiaHead()
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@inertia()
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user