-
Hello, I'm currently testing vite_ruby as a replacement for webpacker, which in general has been an absolute dream! I have one issue that I'm not finding information on and was curious what others thought. We have a It doesn't appear that the same exists within vite_ruby? Have others run into this and maybe there is a different helper method that I'm missing? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Christopher! @krsyoung The best approach is to configure |
Beta Was this translation helpful? Give feedback.
Hi Christopher! @krsyoung
The best approach is to configure
asset_host
, which will be used implicitly by tag helpers in Vite Rails.