mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-17 21:44:21 +01:00
problem: wrong base url for gh pages
This commit is contained in:
@@ -18,7 +18,7 @@ const config = {
|
||||
crawl: true,
|
||||
},
|
||||
paths: {
|
||||
base: "",
|
||||
base: dev ? '' : '/hypergolic',
|
||||
},
|
||||
alias: {
|
||||
"@/*": "./src/lib/*",
|
||||
|
||||
Reference in New Issue
Block a user