We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d3f58 commit cbdf239Copy full SHA for cbdf239
packages/qwik-router/src/adapters/shared/vite/post-build.ts
@@ -1,6 +1,6 @@
1
-import { getErrorHtml } from '@qwik.dev/router/middleware/request-handler';
2
import fs from 'node:fs';
3
import { join } from 'node:path';
+import { getErrorHtml } from '../../../middleware/request-handler/error-handler';
4
5
/** Cleans the client output SSG results if needed and injects the SSG metadata into the build output */
6
export async function postBuild(
0 commit comments