Commit 62ab562f by jaymehta

next.conf

1 parent 1da2081c
...@@ -8,15 +8,16 @@ const nextConfig = { ...@@ -8,15 +8,16 @@ const nextConfig = {
new webpack.ProvidePlugin({ new webpack.ProvidePlugin({
$: "jquery", $: "jquery",
jQuery: "jquery", jQuery: "jquery",
"window.jQuery": "jquery", "window.jQuery": "jquery"
})); })
);
return config; return config;
}, },
env: { env: {
stripePublishableKey: "pk_test_51LeAqWSD8iV80gmAKccLEZAm1mYnjlzkL1cJxWJKFaHEMPzArGRRECPOG64e8GX2Hd112zBq3vQ3xSVb5IZQCRmh00N3DRtRse" stripePublishableKey: "pk_test_51LeAqWSD8iV80gmAKccLEZAm1mYnjlzkL1cJxWJKFaHEMPzArGRRECPOG64e8GX2Hd112zBq3vQ3xSVb5IZQCRmh00N3DRtRse"
}, },
images: { images: {
domains: ["localhost", "apizango.logicloop.io"] domains: ["localhost", "apizango.logicloop.io", "api.zangoexperiences.com"]
} }
}; };
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!