Disable default frontpage view during install

The Node module has optional config that will set up the default frontpage view. This view gives you a default listing of content on the home page, which is user friendly for beginners, but often not the solution we want to go with.

Since the file is in an optional config directory, it won't install if it already exists. By copying it into our profile's install config and setting the status to false, we can include the view but keep it disabled.

Project
Tags