Skip to content
New issue

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

@nuxtjs/browserconfig - Incorrect XML markup? #400

Open
asencis opened this issue Jan 25, 2021 · 0 comments
Open

@nuxtjs/browserconfig - Incorrect XML markup? #400

asencis opened this issue Jan 25, 2021 · 0 comments

Comments

@asencis
Copy link

asencis commented Jan 25, 2021

I'm not sure things are working as correctly as they should be.

The following configuration in my nuxt.config.js file:

  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?

@asencis asencis changed the title @nuxtjs/browserconfig @nuxtjs/browserconfig - Incorrect XML markup? Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant