Configure your Webflow app
Learn how to configure your Webflow app with the Webflow CLI.
The webflow.json file configures your Webflow app, defining how the CLI builds and deploys your code for each product. This file is created automatically when you run init commands, but you can modify it to customize behavior.
Place webflow.json in the root of your app:
The webflow.json supports configuration for:
Each product has its own set of configuration options. See below for the configuration options for each product.
While DevLink will try to assume reasonable defaults for most of the settings, you can specify certain options to customize the behavior of DevLink management and setup. See the DevLink documentation for more details.