[ci] format
This commit is contained in:
parent
a98f6f418c
commit
f2112452ad
2 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ export default function mdx(partialMdxOptions: Partial<MdxOptions> = {}): AstroI
|
|||
// Ensures styles and scripts are injected into a `<head>`
|
||||
// When a layout is not applied
|
||||
code += `\nContent[Symbol.for('astro.needsHeadRendering')] = !Boolean(frontmatter.layout);`;
|
||||
code += `\nContent.moduleId = ${JSON.stringify(id)};`
|
||||
code += `\nContent.moduleId = ${JSON.stringify(id)};`;
|
||||
|
||||
if (command === 'dev') {
|
||||
// TODO: decline HMR updates until we have a stable approach
|
||||
|
|
Loading…
Reference in a new issue