Add password-protected NCERT workshop pages
This commit is contained in:
parent
3f53d3c289
commit
3c694517fc
12 changed files with 871 additions and 16 deletions
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
import BarcampPage from "../../../components/BarcampPage.astro";
|
||||
import EventPage from "../../../components/EventPage.astro";
|
||||
import { getEventByParams, getEventPageEntries, internalEvents } from "../../../data/events";
|
||||
import { getEventByParams, getEventPageEntries, yearPathEvents } from "../../../data/events";
|
||||
|
||||
export function getStaticPaths() {
|
||||
return internalEvents.flatMap((event) =>
|
||||
return yearPathEvents.flatMap((event) =>
|
||||
getEventPageEntries(event)
|
||||
.filter((pageEntry) => pageEntry.type !== "overview")
|
||||
.map((pageEntry) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue