Add 2 new POTA field days.
This commit is contained in:
parent
341fc3f7a7
commit
d2fd445a1d
@ -63,7 +63,7 @@ function App() {
|
||||
|
||||
|
||||
const fieldDaysRoutes = languages.map(lang => {
|
||||
const dates = ['20231111', '20231230', '20240121'];
|
||||
const dates = ['20231111', '20231230', '20240121', '20241101', '20250118'];
|
||||
return dates.map(date => {
|
||||
const path = `/${lang}/radio/fielddays/${date}`;
|
||||
const mdPath = `Radio/fielddays/${lang}/${date}.md`;
|
||||
|
||||
@ -1,5 +1,29 @@
|
||||
{
|
||||
"fielddays": [
|
||||
{
|
||||
"date": "2025-01-18",
|
||||
"name": "Stiphoutse bossen, Kievitlaan",
|
||||
"identifier-wwff": "",
|
||||
"identifier-pota": "NL-0233",
|
||||
"modes": "SSB",
|
||||
"bands": "40m",
|
||||
"antenna": "Endfed",
|
||||
"transceiver": "Yaesu FT-897",
|
||||
"total-unique-qso": 14,
|
||||
"total-qso": 14
|
||||
},
|
||||
{
|
||||
"date": "2024-11-01",
|
||||
"name": "Stiphoutse bossen, Gerwenseweg",
|
||||
"identifier-wwff": "",
|
||||
"identifier-pota": "NL-0233",
|
||||
"modes": "SSB",
|
||||
"bands": "17m",
|
||||
"antenna": "Dipole",
|
||||
"transceiver": "Icom IC-7300",
|
||||
"total-unique-qso": 11,
|
||||
"total-qso": 11
|
||||
},
|
||||
{
|
||||
"date": "2024-01-21",
|
||||
"name": "De Groote Peel, Kokmeeuwenweg",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user