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 ce07410 commit 85ded0aCopy full SHA for 85ded0a
src/content/configuration/entry-context.mdx
@@ -101,8 +101,8 @@ module.exports = {
101
//...
102
entry: {
103
app: './app.js',
104
- home: { import: './contact.js', filename: 'pages/[name][ext]' },
105
- about: { import: './about.js', filename: 'pages/[name][ext]' },
+ home: { import: './contact.js', filename: 'pages/[name].js' },
+ about: { import: './about.js', filename: 'pages/[name].js' },
106
},
107
};
108
```
0 commit comments