Configuration

To enable the affiliate system, simply change the following configuration parameters in your config file:

export const config = {
	// ...
	affiliate: {
		enabled: true, // Enable/disable the affiliate system
		name: "yourstore", // Your Lemon Squeezy store name
	},
	// ... other config options
};

Integration

The affiliate system is automatically integrated through the Providers component. No additional setup is required beyond the configuration.