fix(app/web): add versioning for styling

This commit is contained in:
lowlighter
2022-07-07 13:09:20 -04:00
parent 86157ab7fd
commit 4864268aa2
3 changed files with 7 additions and 7 deletions

View File

@@ -8,8 +8,8 @@
<meta name="author" content="lowlighter"> <meta name="author" content="lowlighter">
<meta property="og:image" content="/.opengraph.png"> <meta property="og:image" content="/.opengraph.png">
<link rel="icon" href="/.favicon.png"> <link rel="icon" href="/.favicon.png">
<link rel="stylesheet" href="/.css/style.vars.css"> <link rel="stylesheet" href="/.css/style.vars.css?v=3.26">
<link rel="stylesheet" href="/.css/style.css"> <link rel="stylesheet" href="/.css/style.css?v=3.26">
<link rel="stylesheet" href="/.css/style.prism.css" /> <link rel="stylesheet" href="/.css/style.prism.css" />
</head> </head>
<body> <body>

View File

@@ -8,8 +8,8 @@
<meta name="author" content="lowlighter"> <meta name="author" content="lowlighter">
<meta property="og:image" content="/.opengraph.png"> <meta property="og:image" content="/.opengraph.png">
<link rel="icon" href="/.favicon.png"> <link rel="icon" href="/.favicon.png">
<link rel="stylesheet" href="/.css/style.vars.css"> <link rel="stylesheet" href="/.css/style.vars.css?v=3.26">
<link rel="stylesheet" href="/.css/style.css"> <link rel="stylesheet" href="/.css/style.css?v=3.26">
</head> </head>
<body> <body>
<!-- Vue app --> <!-- Vue app -->

View File

@@ -8,9 +8,9 @@
<meta name="author" content="lowlighter"> <meta name="author" content="lowlighter">
<meta property="og:image" content="/.opengraph.png"> <meta property="og:image" content="/.opengraph.png">
<link rel="icon" href="/.favicon.png"> <link rel="icon" href="/.favicon.png">
<link rel="stylesheet" href="/.css/style.vars.css"> <link rel="stylesheet" href="/.css/style.vars.css?v=3.26">
<link rel="stylesheet" href="/.css/style.css"> <link rel="stylesheet" href="/.css/style.css?v=3.26">
<link rel="stylesheet" href="/insights/.statics/style.css"> <link rel="stylesheet" href="/insights/.statics/style.css?v=3.26">
</head> </head>
<body> <body>
<!-- Vue app --> <!-- Vue app -->