change site root
This commit is contained in:
parent
19dd399a1f
commit
d181533dc7
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ export default defineConfig({
|
|||
['link', { rel: 'icon', href: "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧩</text></svg>" }]
|
||||
],
|
||||
|
||||
base: "/io-actions/",
|
||||
base: "/actions-docs/",
|
||||
|
||||
lastUpdated: true,
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
const
|
||||
// TODO: rely on project configuration for docs site location
|
||||
DOCS_BLOCKS_ROOT = "https://adafruit.github.io/io-actions",
|
||||
DOCS_BLOCKS_ROOT = "https://io.adafruitcom/actions-docs",
|
||||
|
||||
processHelp = definition => {
|
||||
if (!definition.definitionPath) { return {} }
|
||||
|
|
|
|||
Loading…
Reference in a new issue