Live video on the AT Protocol

cursed

+3 -7
+1
js/docs/_redirects
···
··· 1 + / /docs 301
+1 -1
js/docs/astro.config.mjs
··· 47 ]), 48 ], 49 sidebar: [ 50 - { label: "← Back to Streamplace", link: "/../" }, 51 { 52 label: "How Streamplace Works (Blog)", 53 link: "https://blog.stream.place/",
··· 47 ]), 48 ], 49 sidebar: [ 50 + { label: "← Back to Streamplace", link: "https://stream.place" }, 51 { 52 label: "How Streamplace Works (Blog)", 53 link: "https://blog.stream.place/",
+1 -6
wrangler.toml
··· 5 directory = "./js/docs/dist/" 6 not_found_handling = "404-page" 7 8 - [[redirects]] 9 - from = "/" 10 - to = "/docs" 11 - status = 301 12 - 13 [build] 14 - command = "pnpm install --filter=streamplace-docs... && cd js/docs && astro build --outDir ./dist/docs"
··· 5 directory = "./js/docs/dist/" 6 not_found_handling = "404-page" 7 8 [build] 9 + command = "pnpm install --filter=streamplace-docs... && cd js/docs && astro build --outDir ./dist/docs && cp ./_redirects ./dist/_redirects && cp ./src/assets/cube.png ./dist/favicon.ico"