refactor(nginx): 注释掉缓存和 Gzip 压缩配置,添加测试返回语句

- 在 location / 块中添加 return 200 "Hello, World!"; 用于测试

Change-Id: Id077fd05f60b606095c81f9a9befdf6ed723d690
1 file changed
tree: d4c73423f11706fc69f7de3b8bdd0d2375ee26f3
  1. public/
  2. src/
  3. .gitignore
  4. 50x.html
  5. docker
  6. Dockerfile
  7. eslint.config.js
  8. index.html
  9. nginx.conf
  10. package-lock.json
  11. package.json
  12. postcss.config.js
  13. README.md
  14. tailwind.config.js
  15. vite.config.js
  16. vitest.config.js
README.md

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: