tangled
alpha
login
or
join now
stream.place
/
streamplace
74
fork
atom
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
cursed
Natalie B.
1 month ago
455c4b6a
52c75116
+3
-7
3 changed files
expand all
collapse all
unified
split
js
docs
_redirects
astro.config.mjs
wrangler.toml
+1
js/docs/_redirects
···
0
···
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
0
0
0
0
0
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"