diff --git a/build.sh b/build.sh index 822f9fa..d65fe7b 100644 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ -APP_VERSION=1.0.2 +APP_VERSION=1.0.3 docker buildx build --platform linux/arm64 -f nextjs/Dockerfile -t cfc-web:$APP_VERSION . \ No newline at end of file diff --git a/nextjs/next.config.mjs b/nextjs/next.config.mjs index 9e53c8e..50cab61 100644 --- a/nextjs/next.config.mjs +++ b/nextjs/next.config.mjs @@ -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; diff --git a/nextjs/package.json b/nextjs/package.json index 555eab5..25d7a4d 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -17,17 +17,18 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^14.1.0", - "react-youtube": "^10.1.0", - "semantic-ui-css": "^2.5.0" + "react-youtube": "^10.1.0" }, "devDependencies": { "@types/bcryptjs": "^2.4.6", "@types/node": "^20.14.10", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", + "autoprefixer": "^10.4.27", "eslint": "^8.57.0", "eslint-config-next": "^15.5.14", - "sass": "^1.77.8", + "postcss": "^8.4.31", + "tailwindcss": "^3.4.19", "typescript": "^5.5.4" } } diff --git a/nextjs/postcss.config.js b/nextjs/postcss.config.js new file mode 100644 index 0000000..33ad091 --- /dev/null +++ b/nextjs/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} diff --git a/nextjs/src/app/(site)/about/page.tsx b/nextjs/src/app/(site)/about/page.tsx index b9bc992..354be86 100644 --- a/nextjs/src/app/(site)/about/page.tsx +++ b/nextjs/src/app/(site)/about/page.tsx @@ -1,12 +1,12 @@ -import style from '@/styles/web.module.scss'; +import { guideBody } from '@/lib/siteContentClasses'; export default function AboutPage() { return ( -
Covid-19 の影響で、オフライン大会の実施なども困難であるため、オンラインによるランキングバトル(通称:ストレイシープ杯)を開催することになりました。 @@ -22,9 +22,14 @@ export default function AboutPage() { もっとこうしてみては?次の大会から参加したい!などございましたら問い合わせフォームからご意見下さい!
それでは、楽しんでいくめぇ。~
- -← Dashboard
-{error}
: null} +{error}
: null} {loading ?Loading…
: null} {!loading && items.map((row) => ( -