alessandro trinca tornidor commited on
Commit
a587bb6
1 Parent(s): de3808d

feat: avoid 404 for output.css on loading of custom html pages, handle lfs images the right way

Browse files
static/index.html CHANGED
@@ -5,6 +5,7 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <link href="output.css" rel="stylesheet" type="text/css">
7
  <link href="dist/output.css" rel="stylesheet" type="text/css">
 
8
  <link rel="icon" href="/favicon.ico" sizes="32x32">
9
  <link rel="icon" href="/icon.svg" type="image/svg+xml">
10
  <link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <link href="output.css" rel="stylesheet" type="text/css">
7
  <link href="dist/output.css" rel="stylesheet" type="text/css">
8
+ <link href="static/output.css" rel="stylesheet" type="text/css">
9
  <link rel="icon" href="/favicon.ico" sizes="32x32">
10
  <link rel="icon" href="/icon.svg" type="image/svg+xml">
11
  <link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
static/lisa.html CHANGED
@@ -5,6 +5,7 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <link href="output.css" rel="stylesheet" type="text/css">
7
  <link href="dist/output.css" rel="stylesheet" type="text/css">
 
8
  <link rel="icon" href="/favicon.ico" sizes="32x32">
9
  <link rel="icon" href="/icon.svg" type="image/svg+xml">
10
  <link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <link href="output.css" rel="stylesheet" type="text/css">
7
  <link href="dist/output.css" rel="stylesheet" type="text/css">
8
+ <link href="static/output.css" rel="stylesheet" type="text/css">
9
  <link rel="icon" href="/favicon.ico" sizes="32x32">
10
  <link rel="icon" href="/icon.svg" type="image/svg+xml">
11
  <link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
static/public/apple-touch-icon.png CHANGED

Git LFS Details

  • SHA256: 961a99d0d8391734fd7a36f2b0644e8566308e2371cfe42cc6612544c740c949
  • Pointer size: 130 Bytes
  • Size of remote file: 29.3 kB
static/public/icon-192.png CHANGED

Git LFS Details

  • SHA256: b6db18466ff1975fc3ec2e43880d0a29be124167b01e735c1fb9097503b33174
  • Pointer size: 130 Bytes
  • Size of remote file: 31.6 kB
static/public/icon-512.png CHANGED

Git LFS Details

  • SHA256: 7142820c54b9d9cdb471656aef6d1c7f382ba2f6638a3a1c9b1f3bb1f63c7eb9
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
static/public/marker-icon-exclude-2x.png CHANGED

Git LFS Details

  • SHA256: 56dbf0d351e98f7825ace9c63290703deede490ca337e61a3463d1ea88adeb55
  • Pointer size: 129 Bytes
  • Size of remote file: 4.18 kB
static/public/marker-icon-exclude.png CHANGED

Git LFS Details

  • SHA256: 264d94c69bc44152c0a4c2c6a7f4fa613bfe02cc0cacda929ba16a57746dff5a
  • Pointer size: 129 Bytes
  • Size of remote file: 2.97 kB
static/public/marker-icon-include-2x.png CHANGED

Git LFS Details

  • SHA256: 2ac769d081ffb8fc05e885eb00a41a9a20aa558dc7ac027fa9257994d28f34ab
  • Pointer size: 129 Bytes
  • Size of remote file: 4.41 kB
static/public/marker-icon-include.png CHANGED

Git LFS Details

  • SHA256: af8ba355a9a152117c9436f5dc3e82365a0eb9317146454ba2ee13b172ebef21
  • Pointer size: 129 Bytes
  • Size of remote file: 2.24 kB
static/public/marker-shadow.png CHANGED

Git LFS Details

  • SHA256: 264f5c640339f042dd729062cfc04c17f8ea0f29882b538e3848ed8f10edb4da
  • Pointer size: 128 Bytes
  • Size of remote file: 618 Bytes
static/samgis.html CHANGED
@@ -5,6 +5,7 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <link href="output.css" rel="stylesheet" type="text/css">
7
  <link href="dist/output.css" rel="stylesheet" type="text/css">
 
8
  <link rel="icon" href="/favicon.ico" sizes="32x32">
9
  <link rel="icon" href="/icon.svg" type="image/svg+xml">
10
  <link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <link href="output.css" rel="stylesheet" type="text/css">
7
  <link href="dist/output.css" rel="stylesheet" type="text/css">
8
+ <link href="static/output.css" rel="stylesheet" type="text/css">
9
  <link rel="icon" href="/favicon.ico" sizes="32x32">
10
  <link rel="icon" href="/icon.svg" type="image/svg+xml">
11
  <link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->