diff --git a/fresh.config.ts b/fresh.config.ts deleted file mode 100644 index 84f25a5..0000000 --- a/fresh.config.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { defineConfig } from '$fresh/server.ts' -import { cssBundler } from '@jotsr/smart-css-bundler/fresh' - -export default defineConfig({ - plugins: [ - cssBundler( - ['./src/stylesheets/main.css'], //TODO fix bundler out paths , { bundleSubDir: 'css' } - { externalPaths: ['assets'] }, - ), - ], -})