Skip to content

Commit 58181cc

Browse files
committed
Update astro.config.mjs to adjust IdentityModel paths
1 parent e6e18d8 commit 58181cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default defineConfig({
8080
label: "IdentityModel",
8181
description:
8282
"Documentation for Duende's open-source IdentityModel library which provides an object model to interact with the endpoints defined in the various OAuth and OpenId Connect specifications",
83-
paths: ["accesstokenmanagement/**"],
83+
paths: ["identitymodel/**"],
8484
},
8585
{
8686
label: "IdentityModel.OidcClient",

0 commit comments

Comments
 (0)