diff --git a/pgs/html/help.page.tmpl b/pgs/html/help.page.tmpl index 7aa39c60..a6285203 100644 --- a/pgs/html/help.page.tmpl +++ b/pgs/html/help.page.tmpl @@ -108,9 +108,36 @@
  • woff
  • woff2
  • md
  • +
  • rss
  • +
  • xml
  • +
  • atom
  • +
  • map
  • +
  • webmanifest
  • +
    +

    + # + User-defined Redirects +

    +

    + We support custom redirects via a special file _redirects. + Read more about it at netflify +

    +
    + +
    +

    + # + Single-Page Applications (SPAs) +

    +

    + pgs supports SPAs! Upload a _redirects file your project: +

    +
    /*  /index.html  200
    +
    +

    # diff --git a/pgs/html/marketing.page.tmpl b/pgs/html/marketing.page.tmpl index 900db2d6..131aa0f8 100644 --- a/pgs/html/marketing.page.tmpl +++ b/pgs/html/marketing.page.tmpl @@ -63,7 +63,9 @@
  • Deploy via scp -r ./public/* erock@{{.Site.Domain}}:/myproject
  • Promotion/rollback support (via symbolic linking from one project to another)
  • Managed HTTPS for all projects (e.g. https://erock-myproject.{{.Site.Domain}})
  • -
  • Custom domains for projects (managed simply by `TXT` records)
  • +
  • Custom domains for projects (managed simply by `TXT` records)
  • +
  • User-defined redirects
  • +
  • SPA support
  • 1GB max storage
  • 50MB max file size
  • All assets are public-only