Live video on the AT Protocol

cursed

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