Skip to content

Commit

Permalink
USWDS setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrienne committed Oct 16, 2024
1 parent 45a9644 commit 7022a3c
Show file tree
Hide file tree
Showing 9 changed files with 397 additions and 1,008 deletions.
7 changes: 7 additions & 0 deletions src/frontend/next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
const path = require("path");

/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: [process.env.NEXT_IMAGE_DOMAIN],
},
sassOptions: {
includePaths: [
path.join(__dirname, "node_modules", "@uswds", "uswds", "packages"),
],
}
}

module.exports = nextConfig
Loading

0 comments on commit 7022a3c

Please sign in to comment.