Skip to content

Commit 3992f36

Browse files
committed
fixed committee members
1 parent 5f7c7ab commit 3992f36

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

nuxt.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ export default {
55
plugins: ["~/plugins/loadscript.js", "~/plugins/bootstrap.js", "~/plugins/lazyimage.js"],
66
modules: ["@nuxt/content"],
77
build: {
8-
transpile: ["vue-plugin-load-script", "@nuxtjs/fontawesome", "vue-agile"]
8+
transpile: ["vue-plugin-load-script", "@nuxtjs/fontawesome", "vue-agile"],
9+
loaders: {
10+
scss: {
11+
implementation: require('sass'),
12+
sassOptions: {
13+
fiber: false
14+
}
15+
}
16+
}
917
},
1018

1119
generate: {

pages/about.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<b-row align-h="around" class="mt-3 text-center">
100100
<b-col cols="6" md="3" class="mb-3">
101101
<CloudProfile
102-
name="Alice Arvidson"
102+
name="Austin Delic"
103103
/>
104104
</b-col>
105105
<b-col cols="6" md="3" class="mb-3">
@@ -166,11 +166,6 @@
166166
name="Candle Visidsiri"
167167
/>
168168
</b-col>
169-
<b-col cols="6" md="3" class="mb-3">
170-
<CloudProfile
171-
name="Austin Delic"
172-
/>
173-
</b-col>
174169
</b-row>
175170
</b-container>
176171
</template>

0 commit comments

Comments
 (0)