Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions priv/templates/surface.init/layouts/root.sface
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<.live_title suffix=" · Phoenix Framework">
{assigns[:page_title] || "<%= web_module |> Module.split() |> List.last() %>"}
</.live_title>
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
<link phx-track-static rel="stylesheet" href={~p"/assets/css/app.css"} />
<script defer phx-track-static type="text/javascript" src={~p"/assets/js/app.js"}>
</script>
</head>
<body class="bg-white antialiased">
Expand Down