Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.07 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.07 KB

Next.js Basic export example

This example shows the most basic usage of next export. Without exportPathMap.

已完成的任务

  • 图标
  • 资源文件夹 迁移
  • 网站统计功能
  • 跳转到 github

TODO

  • 国际化

统计 备注(需要手动修改)

<!-- 以下内容之前插入 统计和样式代码 -->
<meta charset="utf-8" />

<!-- 百度统计 -->
<script>
  var _hmt = _hmt || []
  ;(function () {
    const hm = document.createElement('script')
    hm.src = 'https://hm.baidu.com/hm.js?7267ca88f14bdb65d7e15a842d8be5e5'
    var s = document.getElementsByTagName('script')[0]
    s.parentNode.insertBefore(hm, s)
  })()
</script>

Nginx 更新命令

service nginx restart

参考文章