Skip to content

Commit

Permalink
Clean up trials
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCheung0422 committed Jul 6, 2024
1 parent a5d7490 commit 608e61e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dev/+layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ $lineThickness: 3px;
$transitionSpeed: .25s;
$transitionEasing: ease-in-out;

// Demo
.menu-toggle {
position: relative;
display: block;
Expand Down
2 changes: 2 additions & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const config = {
kit: {
adapter: adapter({
// fallback: '404.html', // Not working on GitHub Pages
// Instead, "404" route is used
// More info: https://github.com/sveltejs/kit/issues/1209#issuecomment-1765621042
pages: './build',
assets: './build',
}),
Expand Down

0 comments on commit 608e61e

Please sign in to comment.