Skip to content

Commit

Permalink
refactor: clean page
Browse files Browse the repository at this point in the history
  • Loading branch information
edotau committed Feb 2, 2024
1 parent 4d5a6cb commit e51561d
Show file tree
Hide file tree
Showing 74 changed files with 157 additions and 20,163 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

32 changes: 0 additions & 32 deletions .eslintrc.js

This file was deleted.

Binary file removed docs/2023-edotau.pdf
Binary file not shown.
128 changes: 0 additions & 128 deletions docs/App.js

This file was deleted.

60 changes: 0 additions & 60 deletions docs/Drawer.js

This file was deleted.

70 changes: 0 additions & 70 deletions docs/FullScreenModal.js

This file was deleted.

5 changes: 0 additions & 5 deletions docs/entry.js

This file was deleted.

12 changes: 0 additions & 12 deletions docs/index.html

This file was deleted.

1 change: 0 additions & 1 deletion index.js

This file was deleted.

8 changes: 8 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/** @type {import('next').NextConfig} */
module.exports = {
webpack: function (config) {
config.externals = config.externals || {};
config.externals["styletron-server"] = "styletron-server";
return config;
},
};
Loading

0 comments on commit e51561d

Please sign in to comment.