We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a9871 commit 94770deCopy full SHA for 94770de
src/components/WranglerConfig.astro
@@ -45,10 +45,10 @@ if (language === "toml") {
45
---
46
47
<Tabs syncKey="wranglerConfig">
48
- <TabItem label="wrangler.toml" icon="setting">
49
- <Code lang="toml" code={toml} />
50
- </TabItem>
51
<TabItem label="wrangler.json" icon="seti:json">
52
<Code lang="jsonc" code={json} />
53
</TabItem>
+ <TabItem label="wrangler.toml" icon="setting">
+ <Code lang="toml" code={toml} />
+ </TabItem>
54
</Tabs>
0 commit comments