Configuration

Besides enabling individual features and setting up a landing page, DevLaunchPad also supports these configurations.

Analytics

DevLaunchPad currently supports Plausible for analytics.

By default, analytics is enabled only for prod. To configure it, just create a Plausible account and add a new website for your custom domain. The analytics data starts sending automatically.

To disable analytics, open serverless.yml, locate stages.prod.params, then remove analyticsDataDomain and analyticsScriptSrc. Analytics scripts will no longer be added to every webpage.

Favicon

Replace favicon.ico with your own custom favicon to show in the browser tab.

You can use LogoFast to generate an SVG icon then CloudConvert to convert the image to a .ico file.

SEO

The landing page automatically configures SEO tags.

In pages/index.vue, update these values:

  • title - your site title.
  • description - your site description to be shown when your site is shared on social media.
  • ogImage - the path of the image that should appear when your site is shared on social media.