shanquan

Results 2 comments of shanquan

find a solution for `/admin` (according to netlify deploy info), you can build first and then just serve dist files. ``` npm run-script build http-server dist ```

I met the same problem, and I also find that outside the cluster run `curl $(addressIP)/vendor.be7b2a3ce592e457b68c.bundle.js` get the same response with `curl $(addressIP)`, and when I run `kubectl run curl...