.env glob typofix
This commit is contained in:
parent
519d1a5894
commit
a79e6414d2
2
.env
2
.env
|
@ -20,5 +20,5 @@ test "$GITEA_ROOT_URL" = "https://forgejo.isvery.ninja/" && {
|
||||||
# on the website xrfragment.org copy examples to root-dir
|
# on the website xrfragment.org copy examples to root-dir
|
||||||
# (so https://xrfragment.org/index.glb can be requested remotely)
|
# (so https://xrfragment.org/index.glb can be requested remotely)
|
||||||
# because that really emphasizes a nice WebXR experience-at-website-root paradigm
|
# because that really emphasizes a nice WebXR experience-at-website-root paradigm
|
||||||
cp -r example/assets .
|
cp -r example/assets/* .
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue