Skip to content

Commit

Permalink
Nextjs debug (#123)
Browse files Browse the repository at this point in the history
* Bruk nextjs for demo-app

* Fiks bug hvor check-mark ikke følger valgt bedrift

* Release candidate 6.10.0-rc0

* Fix bug where keyboard navigation stopped working

* publish 6.10.0-rc1

* Release 6.10.0

* Fjern console-log
  • Loading branch information
peterbb authored Jun 26, 2023
1 parent b97b934 commit 408f526
Show file tree
Hide file tree
Showing 13 changed files with 3,010 additions and 5,526 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ node_modules
.parcel-cache
.idea
*.iml
.DS_Store
.DS_Store
.next
5 changes: 5 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}

module.exports = nextConfig
Loading

0 comments on commit 408f526

Please sign in to comment.