From 6a556e79d264494df44019fed0451df8d514c15b Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 5 Aug 2022 20:24:06 -0400 Subject: [PATCH] Added Worker build ID to BASE_HTML --- src/server.ts | 1 + src/strings.ts | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/server.ts b/src/server.ts index c2096cc..5608474 100644 --- a/src/server.ts +++ b/src/server.ts @@ -155,6 +155,7 @@ const cacheWrapper = async (event: FetchEvent): Promise => { : request.url ); + console.log('userAgent', userAgent); console.log('cacheUrl', cacheUrl); const cacheKey = new Request(cacheUrl.toString(), request); diff --git a/src/strings.ts b/src/strings.ts index efa8b57..ddb75e4 100644 --- a/src/strings.ts +++ b/src/strings.ts @@ -18,9 +18,8 @@ String.prototype.format = function (options: { [find: string]: string }) { }; export const Strings = { - BASE_HTML: ` - - -{headers}`, + +-->{headers} +`, ERROR_HTML: `