feat(WEB-93): add Header to CMS and render it in Next
This commit is contained in:
+8
-2
@@ -25,8 +25,14 @@ const nextConfig = {
|
||||
loader: "graphql-tag/loader",
|
||||
})
|
||||
|
||||
return config
|
||||
return config;
|
||||
},
|
||||
}
|
||||
|
||||
logging: {
|
||||
fetches: {
|
||||
fullUrl: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig
|
||||
|
||||
Reference in New Issue
Block a user