Skip to content

Commit

Permalink
Merge pull request #30 from ComputerSocietyVITC/timer-border
Browse files Browse the repository at this point in the history
Timer border
  • Loading branch information
OneRandom1509 authored Aug 7, 2024
2 parents 569a942 + 0d1d221 commit 881916b
Show file tree
Hide file tree
Showing 20 changed files with 91 additions and 7,935 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

package-lock.json
3 changes: 2 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
// output: 'export',
output: "export",
images: { unoptimized: true },
};

export default nextConfig;
Loading

0 comments on commit 881916b

Please sign in to comment.