* chore: remove obsolete modern Sass API config in Vite

Signed-off-by: Sped0n <hi@sped0n.com>

* docs: update README thumbnail to absolute URL

Signed-off-by: Sped0n <hi@sped0n.com>

---------

Signed-off-by: Sped0n <hi@sped0n.com>
This commit is contained in:
Ryan
2025-11-11 21:07:35 +08:00
committed by GitHub
parent ae899035ae
commit 6b2c1de9d8
2 changed files with 1 additions and 8 deletions

View File

@@ -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)

View File

@@ -20,12 +20,5 @@ export default defineConfig({
compact: true
}
}
},
css: {
preprocessorOptions: {
scss: {
api: 'modern'
}
}
}
})