Skip to content

Next.js version 12 static site export, Ant Design version5; Next.js 静态站点导出, 使用 AntD v5

License

Notifications You must be signed in to change notification settings

didilinkin/next-static-site-antd

Repository files navigation

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

参考文章