Skip to content

Commit

Permalink
try yet another way
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 9, 2024
1 parent 2f0a539 commit b2cbfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import expires from "lume/middlewares/expires.ts";

//import csp from "https://raw.githubusercontent.com/RickCogley/experimental-plugins/refs/heads/main/csp/mod.ts"

import csp from "lume/middlewares/csp.ts";
// https://raw.githubusercontent.com/lumeland/csp/refs/heads/main/mod.ts
// import csp from "lume/middlewares/csp.ts";
import csp from "https://raw.githubusercontent.com/lumeland/csp/refs/heads/main/mod.ts";

const server = new Server({
port: 8000,
Expand Down

1 comment on commit b2cbfdb

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on b2cbfdb Nov 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

ReferenceError: DEFAULT_MAX_AGE is not defined
    at file:///src/serve.ts:44:13

Please sign in to comment.