From 5cb04d59c1d0d8bbab99d02cd3bcf155aaf3a800 Mon Sep 17 00:00:00 2001
From: jungle _redirects
file your project:
/* /index.html 200+ +
+ Note that the Content Security Policy (CSP) for pages in the pgs.sh domain + prohibits javascript from connecting to other origins. + Pages served by custom domains do not have this restriction. +
+CNAME subdomain.yourcustomdomain.com -> {{.Site.Domain}}
Resulting in:
subdomain.yourcustomdomain.com. 300 IN CNAME {{.Site.Domain}}.-
And a TXT record to tell Prose what blog is hosted on that domain at the subdomain entry _pgs
-TXT _pgs.subdomain.yourcustomdomain.com -> yourusername+
And a TXT record to tell Prose what project is hosted on that domain at the subdomain entry _pgs
+TXT _pgs.subdomain.yourcustomdomain.com -> username-myproject+
E.g. for user 'erock' and project 'kittens' the result would be:
Resulting in:
-_pgs.subdomain.yourcustomdomain.com. 300 IN TXT "hey"+
_pgs.subdomain.yourcustomdomain.com. 300 IN TXT "erock-kittens"