diff --git a/config/packages/webpack_encore.yaml b/config/packages/webpack_encore.yaml index 0573cd1d..d324aa02 100644 --- a/config/packages/webpack_encore.yaml +++ b/config/packages/webpack_encore.yaml @@ -9,10 +9,10 @@ webpack_encore: defer: true # Uncomment (also under link_attributes) if using Turbo Drive # https://turbo.hotwired.dev/handbook/drive#reloading-when-assets-change - # 'data-turbo-track': reload - # link_attributes: + 'data-turbo-track': reload + link_attributes: # Uncomment if using Turbo Drive - # 'data-turbo-track': reload + 'data-turbo-track': reload # If using Encore.enableIntegrityHashes() and need the crossorigin attribute (default: false, or use 'anonymous' or 'use-credentials') # crossorigin: 'anonymous'