Skip to content

Commit 4acefc8

Browse files
authored
making index.html not cache
1 parent 2c90a5c commit 4acefc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/public/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<meta name="theme-color" content="#000000" />
77
<meta name="description"
88
content="The Profile Designer allows disparate manufacturers and engineers to build manufacturing profiles that could be shared amongst a community of smart manufacturing entities. The profile is a class definition (or collection of class definitions) describing a piece of manufacturing equipment (or conceivably, a manufacturing process or manufactured good). Profiles have relationships to other profiles within the scope of the user's work context. These relationships are of the kinds typically seen in a UML (Unified Modeling Language) diagram, including inheritance, aggregation (or composition), interface implementation, and dependency." />
9+
<meta http-equiv="Cache-Control" content="max-age: 3600, no-cache, no-store, must-revalidate">
10+
<meta http-equiv="Pragma" content="no-cache">
911
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
1012
<link rel="icon" href="%PUBLIC_URL%/favicon.png" sizes="32x32">
1113
<link rel="icon" href="%PUBLIC_URL%/CESMII-Icon-192x192.png" sizes="192x192">

0 commit comments

Comments
 (0)