diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..5f6e61b --- /dev/null +++ b/.dockerignore @@ -0,0 +1,5 @@ +node_modules +dist +.env +.git +*.log diff --git a/.gitignore b/.gitignore index 5748ba4..2a3ae77 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ Thumbs.db # ============================== docker-compose.override.yml *.pid +Dockerfile # ============================== # 🧪 Testing (ถ้าใช้) diff --git a/README.md b/README.md index ea5c44e..76ac6f5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > **เว็บไซต์องค์กร** > เว็บไซต์ข่าวสารและประชาสัมพันธ์ขององค์กร นำเสนอข้อมูลอัปเดตเกี่ยวกับกิจกรรม นวัตกรรม และเรื่องราวดี ๆ ที่เราอยากบอกต่อ ทั้งในภาษาไทยและภาษาอังกฤษ - +ทั้งนี้สามารถทดสอบการทำงานได้ที่ https://humantech.softwarecraft.tech --- ## ✨ คุณสมบัติหลัก @@ -78,4 +78,8 @@ project/ ยินดีต้อนรับทุกการมีส่วนร่วม 🎉 หากคุณพบปัญหา, มีข้อเสนอแนะ หรืออยากพัฒนาเพิ่ม -สามารถแจ้งได้ที่ admin@softwarecraft.tech ได้เลยครับ! \ No newline at end of file +สามารถแจ้งได้ที่ admin@softwarecraft.tech ได้เลยครับ! +``` + +## 🚀 Todo +> แก้ไข Known Issue ที่เกิดจากการใช้ flipbook-vue ที่จะค้างเมื่อเปิดหน้าถัดไป \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 52ef175..51b9db6 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -17,7 +17,7 @@ import TabContentView from "@/views/TabContentView.vue"; import AllNewsView from "@/views/AllNewsView.vue"; // // View สำหรับแสดงรายละเอียดข่าวสารอับเดต // --- เพิ่ม import สำหรับ CommanderBioView --- -import CommanderBioView from "@/views/About/CommanderBioView.vue"; +import CommanderBioView from "@/views/about/CommanderBioView.vue"; import OrganizationStructureView from "@/views/about/OrganizationStructureView.vue"; import HallView from "@/views/about/HallView.vue"; import PublicationsView from "@/views/info-dissemination/PublicationsView.vue";