Skip to content

Commit

Permalink
ref: demo is using non-local caches
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Jul 2, 2024
1 parent 833ca5a commit a8b1087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/skeleton/template/variables.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% set wyiwygReplaces = {
'src="https://www.youtube.com/': 'allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen src="https://www.youtube-nocookie.com/',
} %}
{% set assetPath = emsch_assets_version(include('@EMSCH/template/asset_hash.twig')) %}
{% set assetPath = emsch_assets_version(include('@EMSCH/template/asset_hash.twig'), null) %}
{% set baseUrl = '/' %}
{% if app.user %}
{% set baseUrl = "/channel/#{trans_default_domain}" %}
Expand Down

0 comments on commit a8b1087

Please sign in to comment.