1 parent 146e42b commit 569b7a7Copy full SHA for 569b7a7
1 file changed
netlify/edge-functions/yt/index.mjs
@@ -1,5 +1,5 @@
1
// The JSON lookup gets generated at build time, do not manually edit. See `node-scripts/generate-youtube-redirects.js`
2
-import redirects from './redirects.json' assert { type: 'json' };
+import redirects from './redirects.json' with { type: 'json' };
3
4
export default async (request) => {
5
const url = new URL(request.url);
0 commit comments