website icon indicating copy to clipboard operation
website copied to clipboard

Add full fledged getting started guide with static JSON on GitHub pages

Open rnestler opened this issue 2 years ago • 0 comments

I noticed, that since quite some time GitHub pages set the CORS header access-control-allow-origin: *, which means it should work quite well to host static information about a space.

curl -i -L rnestler.github.io 2>&1 |grep access-control
access-control-allow-origin: *

rnestler avatar Apr 13 '23 08:04 rnestler