Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blanklob committed Aug 17, 2024
2 parents e282b7f + 1530097 commit 714420e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
4 changes: 2 additions & 2 deletions assets/.vite/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"entry.theme.js": {
"file": "entry.theme.DAmrlBVT.min.js",
"file": "entry.theme.-1DTOjwF.min.js",
"name": "entry.theme",
"src": "entry.theme.js",
"isEntry": true,
"css": [
"entry.DJqbQjLU.min.css"
"entry.YiHgjETv.min.css"
]
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
12 changes: 11 additions & 1 deletion config/settings_data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
/*
* ------------------------------------------------------------
* IMPORTANT: The contents of this file are auto-generated.
*
* This file may be updated by the Shopify admin theme editor
* or related systems. Please exercise caution as any changes
* made to this file may be overwritten.
* ------------------------------------------------------------
*/
{
"current": "Default",
"presets": {
"Default": {}
"Default": {
}
}
}
11 changes: 10 additions & 1 deletion locales/en.default.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------------------------------
* IMPORTANT: The contents of this file are auto-generated.
*
* This file may be updated by the Shopify admin language editor
* or related systems. Please exercise caution as any changes
* made to this file may be overwritten.
* ------------------------------------------------------------
*/
{
"gift_cards": {
"issued": {
Expand All @@ -14,4 +23,4 @@
"print_gift_card": "Print"
}
}
}
}
4 changes: 2 additions & 2 deletions snippets/entry.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
{% endcomment %}
{% assign path = entry | replace: '~/', '../../' | replace: '@/', '../' %}
{% if path == "/entry.theme.js" or path == "../../entry.theme.js" %}
<script src="{{ 'entry.theme.DAmrlBVT.min.js' | asset_url | split: '?' | first }}" type="module" crossorigin="anonymous"></script>
{{ 'entry.DJqbQjLU.min.css' | asset_url | split: '?' | first | stylesheet_tag: preload: preload_stylesheet }}
<script src="{{ 'entry.theme.-1DTOjwF.min.js' | asset_url | split: '?' | first }}" type="module" crossorigin="anonymous"></script>
{{ 'entry.YiHgjETv.min.css' | asset_url | split: '?' | first | stylesheet_tag: preload: preload_stylesheet }}
{% endif %}

0 comments on commit 714420e

Please sign in to comment.