Skip to content

Commit

Permalink
Add cache bust for new dropdown functionality (#11668)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Feb 3, 2025
1 parent 0fae876 commit 3e29436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_layouts/base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% assign cache_bust = '?v=3' %}
{% assign cache_bust = '?v=4' %}
{% assign page_url = page.url | regex_replace: '/index$|/index.html$|\.html$|/$' -%}

<!DOCTYPE html>
Expand Down

0 comments on commit 3e29436

Please sign in to comment.