Skip to content

Commit

Permalink
fix: add workaround to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassadin committed Dec 28, 2023
1 parent 20c1c94 commit 437a0ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Run ESLint
run: pnpm run eslint:scan
nuxt-generate:
name: Yarn build
name: Build
runs-on: ubuntu-20.04
needs:
- eslint-check
Expand Down
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ export default defineNuxtConfig({
}),
],
},
features: {
inlineStyles: false,
},
});

0 comments on commit 437a0ae

Please sign in to comment.