Skip to content

Commit

Permalink
Integrated with backend database
Browse files Browse the repository at this point in the history
  • Loading branch information
AnanthaR20 committed Feb 21, 2024
1 parent 65e1438 commit 64964dc
Show file tree
Hide file tree
Showing 8 changed files with 408 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
1 change: 0 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
</script>

<div class="app">

<main>
<slot />
</main>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const prerender = true;
export const ssr = false;
export const ssr = false;
Loading

0 comments on commit 64964dc

Please sign in to comment.