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:
@ -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],
|
||||
|
Reference in New Issue
Block a user