feat: added reject image and migrated to tailwindcss

feat: made it smartphone friendly
This commit is contained in:
2026-04-14 00:16:59 +09:00
parent 3582fca2d9
commit abf350aa6b
35 changed files with 788 additions and 1107 deletions

View File

@@ -7,9 +7,6 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
const nextConfig = {
output: 'standalone',
outputFileTracingRoot: path.join(__dirname, '..'),
sassOptions: {
includePaths: ['src/styles'],
},
};
export default nextConfig;