Skip to content

v7.6.0

Compare
Choose a tag to compare
@mattoberle mattoberle released this 20 Sep 18:21
· 43 commits to master since this release

v7.5.2...v7.6.0

#674 - introduces "subsite" support
#675 - sets minimum agora-auth version to 1.2.0 for subsite support

Feature:

  • Adds support for "subsites"
sites
└── site-name
    ├── bootstrap.yaml
    ├── config.yaml
    ├── index.js
    └── subsites
        └── susbsite-name
            ├── bootstrap.yaml
            ├── config.yaml
            ├── index.js
            └── media