Skip to content

Commit 3af4abf

Browse files
author
Fumito Abe
committed
共通OGP設定
1 parent 49c0f70 commit 3af4abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gridsome.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = {
8989
const types = ['vue-modules', 'vue', 'normal-modules', 'normal']
9090
types.forEach(type => {
9191
addStyleResource(config.module.rule('scss').oneOf(type))
92-
}),
92+
})
9393
// config.resolve.alias.set(`@images`, `@/assets/images`)
9494
}
9595
} // module.exports

0 commit comments

Comments
 (0)