Skip to content

Commit

Permalink
Disable prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
deeprobin committed Sep 1, 2023
1 parent dfe651d commit 3da5e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/[language]/software-development/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//import { getStaticPaths } from "../../../paramHelper";
//export { getStaticPaths };
export const prerender = true;
//export const prerender = true;
import Footer from "../../../components/Footer.astro";
import Header from "../../../components/Header.astro";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/[language]/web-design/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//import { getStaticPaths } from "../../../paramHelper";
//export { getStaticPaths };
export const prerender = true;
//export const prerender = true;
import Footer from "../../../components/Footer.astro";
import Header from "../../../components/Header.astro";
Expand Down

0 comments on commit 3da5e3c

Please sign in to comment.