Skip to content

Commit

Permalink
modify: prod configs(styles)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinirun committed Mar 13, 2021
1 parent bc6be47 commit 46674ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/antd/4.13.1/antd.min.css"
integrity="sha512-LAYUgePXfqrkbi22FnxlYcpNW6LzE+ComnDR1diyRTe73Sw6zsyV+g7xiOyRdkASNXNQTSXYDclOkxhjNZziIg=="
crossorigin="anonymous"
/>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down
1 change: 0 additions & 1 deletion frontend/src/App.less

This file was deleted.

1 change: 0 additions & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import DoPage from './do/pages/DoPage';
import DoPreviewPage from './do/pages/DoPreviewPage';
import Result404 from './common/components/Result404';
import Root from './common/components/Root';
import './App.less';

function App() {
return (
Expand Down

0 comments on commit 46674ec

Please sign in to comment.