aboutsummaryrefslogtreecommitdiff
path: root/source/96/next.config.mjs
blob: 9841d923d6a4f9c90977229c2b7d2d656f51678b (plain)
1
2
3
4
5
/** @type {import('next').NextConfig} */
export default {
  output: "export",
  assetPrefix: "/96/",
};