Skip to content

Commit

Permalink
chore(gh-pages): set app as appDir
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lienberger committed Aug 13, 2024
1 parent 5b39b7a commit e0b5b91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_modules
.output
.vercel
/.svelte-kit
build

# OS
.DS_Store
Expand Down
Empty file removed static/.nojekyll
Empty file.
3 changes: 2 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const config = {
adapter: adapter(),
paths: {
base: process.env.NODE_ENV === 'production' ? '/train-line-trainer' : ''
}
},
appDir: 'app'
}
};

Expand Down

0 comments on commit e0b5b91

Please sign in to comment.