mirror of
https://github.com/Drop-OSS/drop-website.git
synced 2026-01-30 20:55:25 +01:00
fix: set nitro build preset to github pages
This commit is contained in:
@@ -26,7 +26,7 @@ export default defineNuxtConfig({
|
||||
},
|
||||
|
||||
nitro: {
|
||||
preset: "static",
|
||||
preset: "github_pages",
|
||||
minify: true,
|
||||
compressPublicAssets: true,
|
||||
prerender: {
|
||||
@@ -111,4 +111,4 @@ export default defineNuxtConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user