Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent 69bfaea commit 17b9084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/Source/Layout/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const { title = "", description = "" } = Astro.props;
<slot />
</div>
<script>
import "@Script/FIREBASE";
import "@Script/Firebase";
</script>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "astro-starter-template",
"name": "javascriptbuild-web",
"version": "2.0.0",
"private": false,
"description": "📄 Starter template for AstroJS.",
Expand Down

0 comments on commit 17b9084

Please sign in to comment.