website-2/next.config.js
Nick Bland 26a2e0d891
Switch to DaisyUI
Headless felt too cumbersome to move to DaisyUI which is closer to bootstrap. Also clean up some files.
2022-07-25 13:28:29 +10:00

10 lines
158 B
JavaScript

/** @type {import('next').NextConfig} */
module.exports = {
output: 'standalone',
experimental: {
images: {
allowFutureImage: true,
}
}
}