this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: modern compiler for scss

+12 -4
-1
components.d.ts
··· 15 15 CrcProject: typeof import('./src/components/architecture/crc-project.vue')['default'] 16 16 ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default'] 17 17 FormInput: typeof import('./src/components/design-system/form/FormInput.vue')['default'] 18 - 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'] 19 18 JulienCalixte: typeof import('./src/components/core/julien-calixte.vue')['default'] 20 19 MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default'] 21 20 OrderTag: typeof import('./src/components/core/order-tag.vue')['default']
+12 -3
iles.config.ts
··· 3 3 import pwa from "@islands/pwa" 4 4 5 5 export default defineConfig({ 6 - siteUrl: "https://juliencalixte.eu", 6 + siteUrl: "https://apoena.dev", 7 7 vue: { 8 8 script: { 9 9 defineModel: true, 10 10 }, 11 11 }, 12 + vite: { 13 + css: { 14 + preprocessorOptions: { 15 + scss: { 16 + api: "modern-compiler", 17 + }, 18 + }, 19 + }, 20 + }, 12 21 modules: [ 13 22 "@islands/headings", 14 23 prism(), 15 24 pwa({ 16 25 includeAssets: ["favicon.ico", "apple-touch-icon.png", "masked-icon.svg"], 17 26 manifest: { 18 - name: "Julien Calixte", 19 - short_name: "julienc", 27 + name: "Apoena.dev", 28 + short_name: "apoenadev", 20 29 description: "Julien Calixte's blog", 21 30 theme_color: "#fda7df", 22 31 icons: [