Skip to content

Commit

Permalink
chore: next config
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Aug 8, 2024
1 parent 12dd415 commit de5f78d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const withPWA = require('next-pwa')({
const nextConfig = {
swcMinify: true,
reactStrictMode: true,
experimental: {appDir: true},
webpack: (config, options) => {
config.module.rules.push({
test: /\.svg$/,
Expand Down
5 changes: 0 additions & 5 deletions styles/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -1711,11 +1711,6 @@ input[type='search']::-webkit-search-decoration,
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-red1 {
--tw-bg-opacity: 1;
background-color: rgb(255 44 44 / var(--tw-bg-opacity));
}

.bg-cover {
background-size: cover;
}
Expand Down

0 comments on commit de5f78d

Please sign in to comment.