Skip to content

Commit

Permalink
Fix default base path for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdlm committed Dec 29, 2023
1 parent 0f1d827 commit 5102277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/InitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private function getDefaultBaseTemplate(): string
<meta name="description" content="Your new site">
<meta name="author" content="You">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{ asset('/assets/css/style.css') }}">
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/style.css') }}">
</head>
<body>
{% block content %}{% endblock %}
Expand Down

0 comments on commit 5102277

Please sign in to comment.