Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 11, 2023
1 parent 1654a79 commit 7de0580
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Layout/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface Props {
const { Head } = await import("astro-capo");
---

<!DOCTYPE html>
<!doctype html>
<html lang="en" class="no-js" dir="ltr">
<Head>
<script>
Expand Down
1 change: 0 additions & 1 deletion Source/Script/Firebase.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(await import("firebase/app")).initializeApp({

apiKey: "", // TODO Replace with your API key
appId: "", // TODO Replace with your app ID
authDomain: "", // TODO Replace with your auth domain
Expand Down

0 comments on commit 7de0580

Please sign in to comment.