v2.4.0

Installation

Learn how to get up and running with the WebsiteThis Edge network in under five minutes.

CLI Setup

npm install -g @websitethis/cli
wt init my-project

Configuration

Create a wt.config.js file in your project root.

export default { edge: true, region: 'global', caching: { ttl: 3600 } }