Skip to content

Commit

Permalink
Move static assets to web-common (#1814)
Browse files Browse the repository at this point in the history
* Move static assets to `web-common`

* Delete `web-local/static`

* Fix prettier
  • Loading branch information
ericpgreen2 committed Mar 8, 2023
1 parent 857375b commit 1f77017
Show file tree
Hide file tree
Showing 58 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web-admin/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const config = {

kit: {
adapter: adapter(),
files: {
assets: "../web-common/static",
},
},
};

Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
Binary file removed web-local/static/favicon.png
Binary file not shown.
3 changes: 3 additions & 0 deletions web-local/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const config = {
adapter: adapter({
fallback: "index.html",
}),
files: {
assets: "../web-common/static",
},
},
};

Expand Down

0 comments on commit 1f77017

Please sign in to comment.