diff --git a/fresh.config.ts b/fresh.config.ts index f668bc5..84f25a5 100644 --- a/fresh.config.ts +++ b/fresh.config.ts @@ -3,7 +3,9 @@ import { cssBundler } from '@jotsr/smart-css-bundler/fresh' export default defineConfig({ plugins: [ - cssBundler(['./src/stylesheets/main.css'] //TODO fix bundler out paths , { bundleSubDir: 'css' } + cssBundler( + ['./src/stylesheets/main.css'], //TODO fix bundler out paths , { bundleSubDir: 'css' } + { externalPaths: ['assets'] }, ), ], })