Skip to content

Commit

Permalink
changing the output location of astro generated assets to work with n…
Browse files Browse the repository at this point in the history
…oop routing
  • Loading branch information
software-person committed Nov 15, 2023
1 parent ec482e5 commit dcb30a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ import tailwind from '@astrojs/tailwind'
// https://astro.build/config
export default defineConfig({
build: {
inlineStylesheets: 'always'
inlineStylesheets: 'always',
format: "file",
assets: 'assets/docs/_astro'
},

integrations: [tailwind(), pagefind()]
})

0 comments on commit dcb30a4

Please sign in to comment.