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: `