File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Backup results
22
33# on: push
44on :
5- schedule :
6- - cron : " 0 1 * * *"
5+ # schedule:
6+ # - cron: "0 1 * * *"
77 workflow_dispatch :
88
99jobs :
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ export default defineConfig({
1414 trailingSlash : "never" ,
1515 output : "hybrid" ,
1616 adapter : netlify ( ) ,
17+ redirects : {
18+ "/before-start" : "/" ,
19+ "/survey" : "/" ,
20+ "/thanks" : "/"
21+ } ,
1722 vite : {
1823 plugins : [ yaml ( ) ]
1924 }
Original file line number Diff line number Diff line change 11---
2- import Home from " ./home .astro" ;
2+ import Report2023 from " ./2023 .astro" ;
33---
44
5- <Home />
5+ <div class =" w-full bg-emerald-100 text-black py-2 px-4 text-center border-b" >
6+ <p class =" text-xs md:text-sm font-normal" >
7+ ✨ The 2024 survey has closed. The report will be published shortly. Follow
8+ us on <a
9+ href =" https://www.linkedin.com/company/geeksblabla-community"
10+ target =" _blank"
11+ class =" text-emerald-700" >LinkedIn</a
12+ > for updates.
13+ </p >
14+ </div >
15+
16+ <Report2023 />
You can’t perform that action at this time.
0 commit comments