Skip to content

Commit

Permalink
Fix: Fixed dynamic content prerendering issue, switched to Server Sid…
Browse files Browse the repository at this point in the history
…e Rendering.
  • Loading branch information
DanielSavin2001 committed Sep 7, 2024
1 parent d8649c6 commit c5d098e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/detail/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
import {GeoJSONFeatureCollection, Subject} from "../../../../sharedModels/interfaces";
import Map from "../../components/Map.svelte";
export const ssr = true;
export const prerender = false;
export let data;
let geoJsonData: GeoJSONFeatureCollection;
Expand Down

0 comments on commit c5d098e

Please sign in to comment.