mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
feat: retarget the readme for v1 (#827)
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/v1/", // This is temporary for development purposes
|
||||
baseUrl: "/goose/",
|
||||
|
||||
// GitHub pages deployment config.
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
@@ -87,7 +87,7 @@ const config: Config = {
|
||||
},
|
||||
{ to: "/blog", label: "Blog", position: "left" },
|
||||
{
|
||||
to: "https://block.github.io/goose/v1/extensions/",
|
||||
to: "https://block.github.io/goose/extensions/",
|
||||
label: "Extensions",
|
||||
position: "left",
|
||||
},
|
||||
@@ -114,7 +114,7 @@ const config: Config = {
|
||||
},
|
||||
{
|
||||
label: "Extensions",
|
||||
to: "https://block.github.io/goose/v1/extensions/",
|
||||
to: "https://block.github.io/goose/extensions/",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user