We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure things are working as correctly as they should be.
The following configuration in my nuxt.config.js file:
nuxt.config.js
browserconfig: { TileColor: '#2d3748', square150x150logo: { '@': { src:'static/ms-tile-icon.png' } } }
...is producing the following browserconfig.xml:
<?xml version="1.0" encoding="utf-8"?> <browserconfig><msapplication><TileColor>#2d3748</TileColor><square150x150logo src="static/ms-tile-icon.png"></square150x150logo><tile><square150x150logo src="icon.png"></square150x150logo><TileColor>#3f51b5</TileColor></tile></msapplication></browserconfig>
The <tile></tile> seems to be pulling in from some default config?
<tile></tile>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm not sure things are working as correctly as they should be.
The following configuration in my
nuxt.config.js
file:...is producing the following browserconfig.xml:
The
<tile></tile>
seems to be pulling in from some default config?The text was updated successfully, but these errors were encountered: