Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pagic/src/utils/mod.ts>findNearestLayoutPath

A static site generator powered by Deno + React
Latest
function findNearestLayoutPath
import { findNearestLayoutPath } from "https://deno.land/x/pagic@v1.6.3/src/utils/mod.ts";

input: ('foo/bar/baz.md', ['foo/_layout.tsx', '_layout.tsx']) output: 'foo/_layout.tsx'

Parameters

pagePath: string
layoutPaths: string[]