change site root

This commit is contained in:
Loren Norman 2025-07-25 11:31:20 -04:00
parent 19dd399a1f
commit d181533dc7
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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 {} }