fix: modern compiler for scss
This commit is contained in:
1
components.d.ts
vendored
1
components.d.ts
vendored
@@ -15,7 +15,6 @@ declare module 'vue' {
|
||||
CrcProject: typeof import('./src/components/architecture/crc-project.vue')['default']
|
||||
ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default']
|
||||
FormInput: typeof import('./src/components/design-system/form/FormInput.vue')['default']
|
||||
Island: typeof import('./node_modules/.pnpm/iles@0.10.0-beta.1_@babel+parser@7.28.5_@types+node@24.10.1_rollup@2.79.2_sass@1.97.1_terser@5.44.1_typescript@5.9.3/node_modules/iles/dist/client/app/components/Island.vue')['default']
|
||||
JulienCalixte: typeof import('./src/components/core/julien-calixte.vue')['default']
|
||||
MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default']
|
||||
OrderTag: typeof import('./src/components/core/order-tag.vue')['default']
|
||||
|
||||
@@ -3,20 +3,29 @@ import prism from "@islands/prism"
|
||||
import pwa from "@islands/pwa"
|
||||
|
||||
export default defineConfig({
|
||||
siteUrl: "https://juliencalixte.eu",
|
||||
siteUrl: "https://apoena.dev",
|
||||
vue: {
|
||||
script: {
|
||||
defineModel: true,
|
||||
},
|
||||
},
|
||||
vite: {
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
api: "modern-compiler",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
modules: [
|
||||
"@islands/headings",
|
||||
prism(),
|
||||
pwa({
|
||||
includeAssets: ["favicon.ico", "apple-touch-icon.png", "masked-icon.svg"],
|
||||
manifest: {
|
||||
name: "Julien Calixte",
|
||||
short_name: "julienc",
|
||||
name: "Apoena.dev",
|
||||
short_name: "apoenadev",
|
||||
description: "Julien Calixte's blog",
|
||||
theme_color: "#fda7df",
|
||||
icons: [
|
||||
|
||||
Reference in New Issue
Block a user