Skip to content

Commit

Permalink
Update entry.preview.tsx__template__ (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasPor authored Oct 3, 2023
1 parent 50f44bb commit 1df2a62
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
*
*/
import { createQwikCity } from '@builder.io/qwik-city/middleware/node';
import render from './entry.ssr';
// The `render` import must stay after `qwikCityPlan` import: https://github.com/BuilderIO/qwik/issues/3634
import qwikCityPlan from '@qwik-city-plan';
import render from './entry.ssr';

/**
* The default export is the QwikCity adaptor used by Vite preview.
Expand Down

0 comments on commit 1df2a62

Please sign in to comment.