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']
|
CrcProject: typeof import('./src/components/architecture/crc-project.vue')['default']
|
||||||
ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default']
|
ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default']
|
||||||
FormInput: typeof import('./src/components/design-system/form/FormInput.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']
|
JulienCalixte: typeof import('./src/components/core/julien-calixte.vue')['default']
|
||||||
MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default']
|
MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default']
|
||||||
OrderTag: typeof import('./src/components/core/order-tag.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"
|
import pwa from "@islands/pwa"
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
siteUrl: "https://juliencalixte.eu",
|
siteUrl: "https://apoena.dev",
|
||||||
vue: {
|
vue: {
|
||||||
script: {
|
script: {
|
||||||
defineModel: true,
|
defineModel: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
vite: {
|
||||||
|
css: {
|
||||||
|
preprocessorOptions: {
|
||||||
|
scss: {
|
||||||
|
api: "modern-compiler",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
modules: [
|
modules: [
|
||||||
"@islands/headings",
|
"@islands/headings",
|
||||||
prism(),
|
prism(),
|
||||||
pwa({
|
pwa({
|
||||||
includeAssets: ["favicon.ico", "apple-touch-icon.png", "masked-icon.svg"],
|
includeAssets: ["favicon.ico", "apple-touch-icon.png", "masked-icon.svg"],
|
||||||
manifest: {
|
manifest: {
|
||||||
name: "Julien Calixte",
|
name: "Apoena.dev",
|
||||||
short_name: "julienc",
|
short_name: "apoenadev",
|
||||||
description: "Julien Calixte's blog",
|
description: "Julien Calixte's blog",
|
||||||
theme_color: "#fda7df",
|
theme_color: "#fda7df",
|
||||||
icons: [
|
icons: [
|
||||||
|
|||||||
Reference in New Issue
Block a user