Skip to content

Commit fc63914

Browse files
committed
[CodeFactor] Apply fixes
1 parent 6b27571 commit fc63914

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nuxt.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ export default defineNuxtConfig({
1313
"@nuxtjs/algolia",
1414
],
1515
plugins: ["~/plugins/apollo"],
16-
runtimeConfig: { public: { graphqlURL: process.env.PUBLIC_GRAPHQL_URL, placeholderImage: process.env.PUBLIC_PLACEHOLDER_SMALL_IMAGE_URL } },
16+
runtimeConfig: {
17+
public: {
18+
graphqlURL: process.env.PUBLIC_GRAPHQL_URL,
19+
placeholderImage: process.env.PUBLIC_PLACEHOLDER_SMALL_IMAGE_URL,
20+
},
21+
},
1722
postcss: {
1823
plugins: {
1924
tailwindcss: {},

0 commit comments

Comments
 (0)