mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
docs site: add PR previews (#865)
This commit is contained in:
@@ -20,7 +20,7 @@ const config: Config = {
|
||||
url: "https://block.github.io/",
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||
baseUrl: "/goose/",
|
||||
baseUrl: process.env.TARGET_PATH || "/goose/",
|
||||
|
||||
// GitHub pages deployment config.
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
|
||||
Reference in New Issue
Block a user