Skip to content

Commit

Permalink
Merge pull request #806 from dpc-sdp/fix/built-css-order
Browse files Browse the repository at this point in the history
fix(nuxt-ripple): 🐛 fix css load order on build
  • Loading branch information
waitingallday authored Aug 24, 2023
2 parents da42e3c + 9bd2f8b commit 71fe9e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/nuxt-ripple/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export default defineNuxtConfig({
}
}
},
experimental: {
inlineSSRStyles: (id) => !id?.includes('entry')
},
// @ts-ignore TS2345 adding to runtimeConfig
robots: {
configPath: resolve('./robots.config.ts')
Expand Down

0 comments on commit 71fe9e5

Please sign in to comment.