I have a vuejs Nuxt app which has index.vue at root. Then it has workflow/_id.vue sub folder to capture wild card pages at host.com/workflow/ABC123 It works fine in local. But in Cloudfront, it always goes to host.com/#!/workflow/ABC123 That way it always redirects to host.com/index.vue
Based on experience in angularjs, I added the replacewith key in s3 hosting params with "#!/" But this is not working. What else shall I try?