# Vapor: Introducing Custom Asset Domains

DevFeed: [Vapor: Introducing Custom Asset Domains](<https://devfeed.tech/articles/vapor-introducing-custom-asset-domains-3956.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-introducing-custom-asset-domains>)

Author: Joe Dixon

Published: 2022-10-20T14:57:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Vapor](<https://devfeed.tech/topics/swift-vapor.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [SSL](<https://devfeed.tech/topics/ssl.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [cli](<https://devfeed.tech/tags/cli.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [free](<https://devfeed.tech/tags/free.md>), [latest-release](<https://devfeed.tech/tags/latest-release.md>), [release](<https://devfeed.tech/tags/release.md>), [ssl](<https://devfeed.tech/tags/ssl.md>), [ui](<https://devfeed.tech/tags/ui.md>), [vite](<https://devfeed.tech/tags/vite.md>)

## AI overview

The latest Vapor release enables serving application assets from a custom domain. Developers can request an SSL certificate through the Vapor UI or CLI, configure the project, and have Vapor add the custom domain as a CloudFront alias during deployment. Vapor also supplies the environment variables needed by the asset helper and Vite.

## Source excerpt

In the latest release of Vapor, we've made it possible for you to serve your assets via a custom domain.