Skip to content

Commit 85ded0a

Browse files
docs: fix wrong code in entry-context.mdx (#1897)
1 parent ce07410 commit 85ded0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/configuration/entry-context.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ module.exports = {
101101
//...
102102
entry: {
103103
app: './app.js',
104-
home: { import: './contact.js', filename: 'pages/[name][ext]' },
105-
about: { import: './about.js', filename: 'pages/[name][ext]' },
104+
home: { import: './contact.js', filename: 'pages/[name].js' },
105+
about: { import: './about.js', filename: 'pages/[name].js' },
106106
},
107107
};
108108
```

0 commit comments

Comments
 (0)