Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Dec 26, 2022
1 parent d457f18 commit cd085c1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ yarn-error.log
# Yarn Integrity file
.yarn-integrity
.next
build
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
distDir: 'build',
};

module.exports = nextConfig;
Binary file added src/ui/Icon/Assets/structure_icons.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ui/Icon/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
font-family: 'structure_icons';
font-style: normal;
font-weight: normal;
src: url('/structure_icons.woff2') format('woff2');
src: url('./Assets/structure_icons.woff2') format('woff2');
}

[class^="icon-"],
Expand Down

0 comments on commit cd085c1

Please sign in to comment.