Skip to content

Commit

Permalink
Fix: path and import issues for css and js files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifycode committed Sep 9, 2024
1 parent db537a5 commit 865a80b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions @dev-client/views/app.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
const backend_URL = <%- JSON.stringify(backendURL) %>;
const page_name = <%- JSON.stringify(page.name) %>;
</script>
<script type="module" src="./@library_external/transform.js"></script>
<script type="module" src="./@plugin_githubsync/githubsync.js"></script>
<script type="module" src="../@library_external/transform.js"></script>
<script type="module" src="../@plugin_githubsync/githubsync.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion @dev-client/views/partials/header/header.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link rel="stylesheet" href="../partials/header/header.css">
<link rel="stylesheet" href="../partials/header/bb-tymecomm_header.css">

<header class="bb-content-group__app_page bb-tymecomm_header">
<nav class="bb-tymecomm_nav">
Expand Down
2 changes: 1 addition & 1 deletion @dev-client/views/partials/page-content/page-content.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link rel="stylesheet" href="../partials/page-content/page-content.css">
<link rel="stylesheet" href="../partials/page-content/bb-page-content.css">

<div class="bb-content-group__app_page bb-page-content_body">
Collabocate |
Expand Down

0 comments on commit 865a80b

Please sign in to comment.