diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-14T20·40+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-06-15T10·09+0000 |
commit | 9c7d1361c5a049634200c0153d8dcfec6931e89a (patch) | |
tree | c73e601dec5b8bdf5d8e03ff3bfded01c116f46f /corp | |
parent | f087e07ca19079f411ee0449b8501e4532da6c06 (diff) |
feat(web/static): serve terminalcss from static.tvl.{fyi|su} r/6307
Change-Id: I3cdacc1429f86e044fc77c9b68477d577a0f67c7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8779 Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'corp')
-rw-r--r-- | corp/tvixbolt/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corp/tvixbolt/index.html b/corp/tvixbolt/index.html index 62bf14539f2b..d35fe1a006e9 100644 --- a/corp/tvixbolt/index.html +++ b/corp/tvixbolt/index.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" - href="https://unpkg.com/terminal.css@0.7.2/dist/terminal.min.css" /> + href="https://static.tvl.su/latest/terminal.min.css" /> <link data-trunk rel="inline" href="index.css"> <title>Tvixbolt</title> |