Adding portfolio route, and fields to Wordpress

This commit is contained in:
Frank
2023-10-08 17:23:05 -06:00
parent b4c4fe9df0
commit 8bb551be41
9 changed files with 235 additions and 12 deletions

View File

@@ -1,6 +1,14 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
images: {
remotePatterns: [
{
protocol: "https",
hostname: "wordpress-1110286-3894329.cloudwaysapps.com",
},
],
},
};
module.exports = nextConfig
module.exports = nextConfig;