Move style.min.css to css/v1/style.min.css

Trying to break Google App Engine's aggressive caching.
This commit is contained in:
2021-03-14 12:04:28 +02:00
parent aabb783d99
commit 8f6d337d2d
4 changed files with 5 additions and 5 deletions

View File

@ -4,5 +4,5 @@
<meta name="description" content="Simple web interface for the DSpace CSV Metadata Quality tool.">
<meta name="author" content="Alan Orth">
<title>DSpace CSV Metadata Quality Checker</title>
<link href="{{ url_for('static', filename='css/style.min.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='css/v1/style.min.css') }}" rel="stylesheet">
</head>