Files
next-learn/dashboard/final-example/next.config.js
Delba de Oliveira e8ba4d3200 Remove PPR flag, add noStore to fetchInvoiceById (#307)
* Remove PPR flag

* Add no store to fetchInvoiceById
2023-10-30 09:29:41 -05:00

5 lines
94 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = nextConfig;