Skip to content

Commit 4d6869e

Browse files
authored
Remove google fonts (#224)
* remove google fonts Signed-off-by: Gilbert Kwan <[email protected]> * remove google fonts Signed-off-by: Gilbert Kwan <[email protected]> --------- Signed-off-by: Gilbert Kwan <[email protected]>
1 parent b950458 commit 4d6869e

24 files changed

+3
-77
lines changed

Diff for: README.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ To try out the application, navigate to the `finish` directory and run the follo
6868
[role='command']
6969
```
7070
cd finish
71+
mvn process-resources
7172
mvn liberty:run
7273
```
7374
endif::[]
@@ -76,7 +77,8 @@ ifdef::cloud-hosted[]
7677
In this IBM cloud environment, you need to update the URL to access the ***artists.json***. Run the following commands to go to the ***finish*** directory and update the files where the URL has been specified:
7778
```bash
7879
cd finish
79-
sed -i 's=http://localhost:9080/artists='"https://${USERNAME}-9080.$(echo $TOOL_DOMAIN | sed 's/\.labs\./.proxy./g')/artists"'=' /home/project/guide-rest-client-reactjs/finish/src/main/webapp/_next/static/chunks/app/page-37714928d1f43656.js
80+
mvn process-resources
81+
sed -i 's=http://localhost:9080/artists='"https://${USERNAME}-9080.$(echo $TOOL_DOMAIN | sed 's/\.labs\./.proxy./g')/artists"'=' /home/project/guide-rest-client-reactjs/finish/src/main/webapp/_next/static/chunks/app/page-*.js
8082
sed -i 's=http://localhost:9080/artists='"https://${USERNAME}-9080.$(echo $TOOL_DOMAIN | sed 's/\.labs\./.proxy./g')/artists"'=' /home/project/guide-rest-client-reactjs/finish/src/main/frontend/src/app/ArtistTable.jsx
8183
```
8284

Diff for: finish/src/main/webapp/.gitkeep

Whitespace-only changes.

Diff for: finish/src/main/webapp/404.html

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/J1CWTPLZHSwx0jRHfpePb/_buildManifest.js

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/J1CWTPLZHSwx0jRHfpePb/_ssgManifest.js

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/23-14752f159c42ef09.js

-2
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/902-976f75949f1116b5.js

-18
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/app/_not-found/page-7bc9ac3e05ede305.js

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/app/layout-921f3900800dd4a7.js

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/app/page-37714928d1f43656.js

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/fd9d1056-9194bb20b6c00c4a.js

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/framework-f66176bb897dc684.js

-33
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/main-7714fe2344349366.js

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/main-app-b64e5da00eb5a55e.js

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/pages/_app-6a626577ffa902a4.js

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/pages/_error-1be831200e60c5c0.js

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/chunks/webpack-d9b8bed79efd73e8.js

-1
This file was deleted.

Diff for: finish/src/main/webapp/_next/static/css/eb5f40fa50e2b228.css

-1
This file was deleted.

Diff for: finish/src/main/webapp/favicon.ico

-25.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)