Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian McKenzie committed Nov 13, 2022
1 parent e5e2271 commit 19d3d35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ function inlineIntegration(): AstroIntegration {
}

function remarkDefaultLayoutPlugin() {
return function (tree, file) {
const {frontmatter} = file.data.astro;
frontmatter.layout = frontmatter.layout ?? "/Layout.astro";
};
return function (tree, file) {
const { frontmatter } = file.data.astro;
frontmatter.layout = frontmatter.layout ?? "/Layout.astro";
};
}

// https://astro.build/config
Expand Down

0 comments on commit 19d3d35

Please sign in to comment.