mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 21:07:46 +00:00
fix: static build
This commit is contained in:
@@ -41,6 +41,11 @@ const config = {
|
||||
extensions: ['.markdoc', '.svelte', '.md'],
|
||||
kit: {
|
||||
adapter,
|
||||
files: {
|
||||
hooks: {
|
||||
server: isVercel ? undefined : './src/hooks/server.ts',
|
||||
}
|
||||
},
|
||||
alias: {
|
||||
$routes: './src/routes',
|
||||
$scss: './src/scss',
|
||||
|
||||
Reference in New Issue
Block a user