mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-17 21:44:21 +01:00
problem: can't build for gh pages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import adapter from '@sveltejs/adapter-auto';
|
||||
import adapter from '@sveltejs/adapter-static';
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
@@ -14,6 +14,12 @@ const config = {
|
||||
adapter: adapter({
|
||||
fallback: "404.html",
|
||||
}),
|
||||
prerender: {
|
||||
crawl: true,
|
||||
},
|
||||
paths: {
|
||||
base: "",
|
||||
},
|
||||
alias: {
|
||||
"@/*": "./src/lib/*",
|
||||
"@components/*": "./src/lib/components/*",
|
||||
|
||||
Reference in New Issue
Block a user