From 6b2c1de9d85c4f6fd844933625fedb8aeaf8ca0c Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 11 Nov 2025 21:07:35 +0800 Subject: [PATCH] Misc (#516) * chore: remove obsolete modern Sass API config in Vite Signed-off-by: Sped0n * docs: update README thumbnail to absolute URL Signed-off-by: Sped0n --------- Signed-off-by: Sped0n --- README.md | 2 +- vite.config.ts | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) 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' - } - } } })