Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codename-co/stack
/ getStaticPaths
Function
getStaticPaths
packages/website/src/pages/[...lang]/rss.ts:41–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
};
40
41
export
const
getStaticPaths =
async
() => {
42
return
langs.map((lang) => ({
43
params: { lang },
44
}));
45
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected