Laravel + vue laravel Mix has a path problem when packing

as shown in the figure, it is obviously a path problem
which file should be configured here?

Mar.21,2021

mix.webpackConfig({
    output: {
        publickPath: '/'
    }
})
Menu