Skip to content

Commit

Permalink
Use inline stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed May 8, 2024
1 parent 66a12b5 commit 3077518
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Expand Up @@ -7,6 +7,9 @@ export default defineConfig({
integrations: [tailwind()],
output: 'server',
adapter: cloudflare({platformProxy: {enabled: true}, imageService: 'passthrough'}),
build: {
inlineStylesheets: 'always',
},
vite: {
resolve: {
alias: {
Expand Down

0 comments on commit 3077518

Please sign in to comment.