Skip to content

Commit 5b002df

Browse files
committed
fix doule quotes error
1 parent 3992f36 commit 5b002df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
transpile: ["vue-plugin-load-script", "@nuxtjs/fontawesome", "vue-agile"],
99
loaders: {
1010
scss: {
11-
implementation: require('sass'),
11+
implementation: require("sass"),
1212
sassOptions: {
1313
fiber: false
1414
}

0 commit comments

Comments
 (0)