Closed vortechron closed 3 years ago
all assets is serve using vanity url not cloudfront url. so how to make it work with laravel vapor?
got it:
in nuxt.config.js
build: { extractCSS: true, publicPath: process.env.ASSET_URL + "/_nuxt" }
all assets is serve using vanity url not cloudfront url. so how to make it work with laravel vapor?