Skip to content

Commit

Permalink
Merge pull request #2 from YARC-Official/article-page
Browse files Browse the repository at this point in the history
feat: (single) article page
  • Loading branch information
Pantotone authored Jan 30, 2024
2 parents 9551dae + f9d7e7d commit befa7fa
Show file tree
Hide file tree
Showing 14 changed files with 1,710 additions and 74 deletions.
11 changes: 11 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ const nextConfig = {

return config
},

images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'news.yarg.in',
port: '',
pathname: '/images/**',
},
],
}
}

module.exports = nextConfig
Loading

0 comments on commit befa7fa

Please sign in to comment.