File tree 3 files changed +3
-3
lines changed
plugin/src/templates/edge
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { Accepts } from 'https://deno.land/x/[email protected] /mod.ts'
2
- import type { Context } from 'netlify: edge'
2
+ import type { Context } from 'https:// edge.netlify.com '
3
3
// Available at build time
4
4
import imageconfig from './imageconfig.json' assert { type : 'json' }
5
5
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 '
2
2
3
3
import edgeFunction from './bundle.js'
4
4
import { 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 '
2
2
import { ElementHandlers , HTMLRewriter } from 'https://deno.land/x/[email protected] /index.ts'
3
3
4
4
export interface FetchEventResult {
You can’t perform that action at this time.
0 commit comments