File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<script >
2+ import " ../app.css" ;
23 import Header from " $lib/components/Header.svelte" ;
34 import Footer from " $lib/components/Footer.svelte" ;
45 import { theme } from " $lib/stores/theme" ;
1314 }
1415 </script >
1516
16- <div class ="min-h-screen bg-ctp-crust text-ctp-text" class:font-sans ={$language === ' en' } class:font-hebrew ={$language === ' he' }>
17+ <div
18+ class =" min-h-screen bg-ctp-crust text-ctp-text"
19+ class:font-sans ={$language === " en" }
20+ class:font-hebrew ={$language === " he" }
21+ >
1722 <div
1823 class =" container mx-auto max-w-5xl bg-ctp-base p-4 shadow-2xl shadow-ctp-crust"
1924 >
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ const config = {
1515 paths : {
1616 base : process . env . BASE_PATH ,
1717 } ,
18+ prerender : {
19+ entries : [ "*" ] ,
20+ handleHttpError : "warn" ,
21+ } ,
1822 } ,
1923} ;
2024
You can’t perform that action at this time.
0 commit comments