cretueusebiu / laravel-nuxt

A Laravel-Nuxt starter kit.
https://laravel-nuxt.cretueusebiu.com
MIT License
1.15k stars 262 forks source link

how to use with laravel vapor #144

Closed vortechron closed 3 years ago

vortechron commented 3 years ago

all assets is serve using vanity url not cloudfront url. so how to make it work with laravel vapor?

vortechron commented 3 years ago

got it:

in nuxt.config.js

  build: {
    extractCSS: true,
    publicPath: process.env.ASSET_URL + "/_nuxt"
  }