Skip to content

Commit

Permalink
fix: npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatur committed May 2, 2023
1 parent e52bca5 commit eaace54
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions material/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.08c56446.min.js.map",
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.8c7e0a7e.min.js",
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.8c7e0a7e.min.js.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.746cdd10.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.746cdd10.min.css.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.87c05a08.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.87c05a08.min.css.map",
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.f82dab86.min.css",
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.f82dab86.min.css.map",
"assets/stylesheets/palette.css": "assets/stylesheets/palette.bd9ced1d.min.css",
Expand Down
4 changes: 0 additions & 4 deletions material/assets/stylesheets/main.746cdd10.min.css

This file was deleted.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.746cdd10.min.css.map

This file was deleted.

4 changes: 4 additions & 0 deletions material/assets/stylesheets/main.87c05a08.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/assets/stylesheets/main.87c05a08.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.746cdd10.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.87c05a08.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.bd9ced1d.min.css' | url }}">
Expand Down
2 changes: 1 addition & 1 deletion material/partials/product-switcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<a class="dmi-details" href="https://doc.traefik.io/traefik-hub/">
<div class="dmi-title">Traefik Hub</div>
<div class="dmi-description">
Your APIs deserve better
The cloud native networking platform
</div>
</a>
</div>
Expand Down

0 comments on commit eaace54

Please sign in to comment.