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

400 bad request #194

Open
nandi95 opened this issue Apr 17, 2024 · 0 comments
Open

400 bad request #194

nandi95 opened this issue Apr 17, 2024 · 0 comments

Comments

@nandi95
Copy link

nandi95 commented Apr 17, 2024

After updating from v3.1.3 to v3.2.0 I get a bad request on the endpoint it generates: https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,600;0,500;0,700;1,400&display=swap&subset=latin

The same request succeeds on it's /css not /css2

nuxt.config.ts

googleFonts: {
    display: 'swap',
    outputDir: 'src/assets/google-fonts',
    subsets: 'latin',
    families: {
        Raleway: {
            wght: [400, 600, 500, 700],
            ital: [400]
        }
    }
},

perhaps this is to do with #184 ?

@nandi95 nandi95 closed this as completed Apr 17, 2024
@nandi95 nandi95 reopened this Apr 17, 2024
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