Move nuxtHead into config and rename config-node

This commit is contained in:
Sam Carlton 2022-06-08 13:10:12 -05:00
parent 3c776d7d81
commit 8ca200a548
6 changed files with 113 additions and 108 deletions

View file

@ -1,4 +1,4 @@
import { getNetlifyRedirect } from '~/helpers/config.js'
import { getNetlifyRedirect } from '~/helpers/config-node.js'
export async function catchRedirectResponse ( Astro ) {
const requestUrl = new URL( Astro.request.url )