Skip to content

Commit

Permalink
fix: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Oct 5, 2021
1 parent bb374aa commit a73dee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion example/netlify/functions/ipx.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { createIPXHandler } from '@netlify/ipx'

export const handler = createIPXHandler({
domains: ['images.unsplash.com']
domains: ['images.unsplash.com'],
basePath: '/.netlify/functions/ipx/'
})
6 changes: 0 additions & 6 deletions example/package.json

This file was deleted.

0 comments on commit a73dee0

Please sign in to comment.