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 5830171 commit a634400Copy full SHA for a634400
packages/@vue/cli-service/lib/commands/serve.js
@@ -175,6 +175,10 @@ module.exports = (api, options) => {
175
clientLogLevel: 'silent',
176
historyApiFallback: {
177
disableDotRule: true,
178
+ htmlAcceptHeaders: [
179
+ 'text/html',
180
+ 'application/xhtml+xml'
181
+ ],
182
rewrites: genHistoryApiFallbackRewrites(options.publicPath, options.pages)
183
},
184
contentBase: api.resolve('public'),
0 commit comments