1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 23:21:29 -04:00

swap copy to clipboard octicons

This commit is contained in:
2022-01-10 21:14:11 -05:00
parent 78967815e1
commit afcc5972bb
8 changed files with 39 additions and 44 deletions

View File

@ -2,6 +2,8 @@
* @type {import('next').NextConfig}
*/
/* eslint-disable @typescript-eslint/no-var-requires */
const path = require("path");
const { PHASE_DEVELOPMENT_SERVER } = require("next/constants");
const withPlugins = require("next-compose-plugins");