Skip to content

Commit

Permalink
update app css to on disk file
Browse files Browse the repository at this point in the history
  • Loading branch information
evoactivity committed Jan 24, 2025
1 parent 0b28b0d commit 6adad6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files-override/shared/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{content-for "head"}}

<link integrity="" rel="stylesheet" href="/@embroider/virtual/vendor.css">
<link integrity="" rel="stylesheet" href="/assets/<%= name %>.css">
<link integrity="" rel="stylesheet" href="/app/styles/app.css">

{{content-for "head-footer"}}
</head>
Expand Down
2 changes: 1 addition & 1 deletion files-override/shared/tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{content-for "head"}} {{content-for "test-head"}}

<link rel="stylesheet" href="/@embroider/virtual/vendor.css" />
<link rel="stylesheet" href="/assets/<%= name %>.css" />
<link rel="stylesheet" href="/app/styles/app.css">
<link rel="stylesheet" href="/@embroider/virtual/test-support.css" />

{{content-for "head-footer"}} {{content-for "test-head-footer"}}
Expand Down

0 comments on commit 6adad6c

Please sign in to comment.