mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
fix(nitro): used named export for azure entry (#491)
This commit is contained in:
parent
b9d2dad56a
commit
44b7f1f61e
@ -2,7 +2,7 @@ import '#polyfill'
|
||||
import { parseURL } from 'ufo'
|
||||
import { localCall } from '../server'
|
||||
|
||||
export default async function handle (context, req) {
|
||||
export async function handle (context, req) {
|
||||
let url: string
|
||||
if (req.headers['x-ms-original-url']) {
|
||||
// This URL has been proxied as there was no static file matching it.
|
||||
|
Loading…
Reference in New Issue
Block a user