a3f00f7e13
Next.js frontend applikasjon med tailwind Authors: @J0hans1 @amalieem
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {}
|
|
|
|
module.exports = nextConfig
|