Skip to main content
Module

x/frugal/docs/pages/home/mod.ts

A frugal web framework
Go to Latest
File
import { getContentFrom } from '../../dep/frugal/frugal_preact.server.ts';
import { App } from '../App.tsx';import { Page } from './Page.tsx';
export function getPathList() { return [{}];}
export function getStaticData() { return {};}
export const pattern = `/`;
export const self = new URL(import.meta.url);
export const getContent = getContentFrom(Page, { App });