diff --git a/README.md b/README.md index efa6742..b50f4e4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Bridget is a minimal [Hugo](https://gohugo.io) theme for photographers/visual ar Based on the https://github.com/tylermcrobert/bridget-pictures-www. -![thumbnail](images/tn.jpg) +![thumbnail](https://raw.githubusercontent.com/Sped0n/bridget/main/images/tn.jpg) ## [Demo Site](https://bridget-demo.sped0n.com) diff --git a/vite.config.ts b/vite.config.ts index 3359452..2750dd8 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -20,12 +20,5 @@ export default defineConfig({ compact: true } } - }, - css: { - preprocessorOptions: { - scss: { - api: 'modern' - } - } } })