diff --git a/fresh.config.ts b/fresh.config.ts index 88cc126..24c17f4 100644 --- a/fresh.config.ts +++ b/fresh.config.ts @@ -3,6 +3,10 @@ import { cssBundler } from 'css_bundler' export default defineConfig({ plugins: [ - cssBundler(import.meta.resolve('./src/stylesheets'), { logLevel: 'error' }), + cssBundler( + import.meta.resolve('./src/stylesheets'), + import.meta.resolve('./cache'), + { logLevel: 'error' }, + ), ], })