File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
plugin/src/templates/edge Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { Accepts } from 'https://deno.land/x/accepts@2.1.1/mod.ts'
2- import type { Context } from 'netlify: edge'
2+ import type { Context } from 'https:// edge.netlify.com '
33// Available at build time
44import imageconfig from './imageconfig.json' assert { type : 'json' }
55
Original file line number Diff line number Diff line change 1- import type { Context } from 'netlify: edge'
1+ import type { Context } from 'https:// edge.netlify.com '
22
33import edgeFunction from './bundle.js'
44import { buildResponse } from './utils.ts'
Original file line number Diff line number Diff line change 1- import type { Context } from 'netlify: edge'
1+ import type { Context } from 'https:// edge.netlify.com '
22import { ElementHandlers , HTMLRewriter } from 'https://deno.land/x/html_rewriter@v0.1.0-pre.17/index.ts'
33
44export interface FetchEventResult {
You can’t perform that action at this time.
0 commit comments