1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 23:21:29 -04:00

add scroll-margin-top property to content sub-headings (fixes #717)

This commit is contained in:
2021-12-31 10:27:59 -05:00
parent 04145189e8
commit 1bbee816c2
3 changed files with 12 additions and 13 deletions

View File

@ -10,16 +10,12 @@ module.exports = withBundleAnalyzer({
i18n: {
locales: ["en-us"],
defaultLocale: "en-us",
localeDetection: false,
},
swcMinify: true,
reactStrictMode: true,
trailingSlash: true,
productionBrowserSourceMaps: true,
resolve: {
fallback: {
fs: false,
},
},
images: {
formats: ["image/webp"],
deviceSizes: [640, 750, 828, 1080, 1200, 1920],