Skip to content

Commit

Permalink
feat: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoLopes committed Jun 15, 2023
1 parent cdacb93 commit 41033a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
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 prerender = false;
export const ssr = false;
2 changes: 0 additions & 2 deletions src/routes/repos/[id]/delete/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
let currentRepo: RepoID | undefined;
const deleteMutation = useDeleteBranchesMutation({
onSuccess(data) {
console.log(data);
toast.success({
message: `${data.length > 1 ? 'Branches' : 'Branch'} deleted`,
description: data
Expand Down
3 changes: 0 additions & 3 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ const config = {
kit: {
version: { name: '0.0.1' },
adapter: staticAdapter({
pages: 'build',
assets: 'build',
fallback: 'index.html',
static: false
})
}
};
Expand Down

0 comments on commit 41033a4

Please sign in to comment.