Leshangpang / COMP30022-SDGs-Frontend

Interactive learning website for the 17 Sustainable Development Goals
2 stars 1 forks source link

Update: Changes in files for Github Pages deployment #43

Open Leshangpang opened 1 day ago

Leshangpang commented 1 day ago

Updated vue.config.js: Configured publicPath for deployment to GitHub Pages using the repository name COMP30022-SDGs-Frontend. Set other essential configurations such as outputDir, assetsDir, and lintOnSave.

Modified package.json: Added a deploy script to handle deployment to GitHub Pages using gh-pages. Included the homepage field to specify the GitHub Pages URL for the project.