Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit cd2a546
Author: Vitalsine85 <rob@creative-element.net>
Date:   Mon Aug 7 14:47:46 2023 -0400

    fix configs

commit f2ccec2
Author: Vitalsine85 <rob@creative-element.net>
Date:   Mon Aug 7 12:51:42 2023 -0400

    Try to rollback fontawesome packages

commit 7ddda1c
Author: Vitalsine85 <rob@creative-element.net>
Date:   Fri Aug 4 15:54:02 2023 -0400

    fix tsconfig

commit 26919e1
Author: Vitalsine85 <rob@creative-element.net>
Date:   Fri Aug 4 15:49:32 2023 -0400

    fontawesome is borking build

commit 5c8e486
Author: Vitalsine85 <rob@creative-element.net>
Date:   Fri Aug 4 15:42:58 2023 -0400

    ...again

commit 3c48095
Author: Vitalsine85 <rob@creative-element.net>
Date:   Fri Aug 4 15:36:42 2023 -0400

    fix build error... again

commit 27029de
Author: Vitalsine85 <rob@creative-element.net>
Date:   Fri Aug 4 15:33:42 2023 -0400

    fix build error

commit 7578509
Author: Vitalsine85 <rob@creative-element.net>
Date:   Fri Aug 4 15:28:18 2023 -0400

    Remove unused files, fix build errors

commit f3c218b
Author: Vitalsine85 <rob@creative-element.net>
Date:   Fri Aug 4 14:11:12 2023 -0400

    update packages

commit 62c2547
Merge: ac24725 68f7b5a
Author: Vitalsine85 <rob@creative-element.net>
Date:   Thu Aug 3 11:00:45 2023 -0400

    Merge branch 'master' into staging

commit ac24725
Author: Vitalsine85 <rob@creative-element.net>
Date:   Wed Jul 12 11:13:51 2023 -0400

    fix connect-src header

commit 6c85813
Merge: 3081e62 f722ad8
Author: Vitalsine85 <rob@creative-element.net>
Date:   Wed Jul 12 10:30:51 2023 -0400

    Merge branch 'master' into staging

commit 3081e62
Author: Vitalsine85 <rob@creative-element.net>
Date:   Wed Jul 12 01:12:46 2023 -0400

    update img-src header

commit d5529be
Author: Vitalsine85 <rob@creative-element.net>
Date:   Wed Jul 12 01:04:01 2023 -0400

    fix walletconnect 2
  • Loading branch information
Vitalsine85 committed Aug 7, 2023
1 parent 7b47c41 commit 728df53
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
5 changes: 1 addition & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ const nextConfig = {
experimental: {
newNextLinkBehavior: true,
scrollRestoration: true,
images: {
allowFutureImage: true,
unoptimized: true,
},
},
images: {
deviceSizes: [640, 768, 1024, 1280, 1536, 1600],
unoptimized: true,
},
publicRuntimeConfig: {
breakpoints: screens,
Expand Down
31 changes: 15 additions & 16 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
module.exports = {
plugins: [
'tailwindcss',
'postcss-flexbugs-fixes',
[
'postcss-preset-env',
{
autoprefixer: {
flexbox: 'no-2009',
},
stage: 3,
features: {
'custom-properties': false,
},
},
],
'tailwindcss',
'postcss-flexbugs-fixes',
[
'postcss-preset-env',
{
autoprefixer: {
flexbox: 'no-2009',
},
stage: 3,
features: {
'custom-properties': false,
},
},
],
],
}

}

0 comments on commit 728df53

Please sign in to comment.