site.ts

type PageSettings = {
  rootUrl: string;
  siteName: string;
  sourceDir: string;
  targetDir: string;
  resourcesDir: string;
  faviconsDir: string;
  fallbackSourceDir?: string;
  ignorePaths?: string[];
};

export type { PageSettings };
Revisions
DateHash
2024-04-14
2024-04-14
2024-04-13
2024-04-01
2024-04-01
2024-04-01
2024-03-31
2024-03-31
2024-03-31
2024-03-31
Navigation
Nexthtml.ts
Uptypes