Skip to content

Commit

Permalink
Remove google fonts (#224)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
gkwan-ibm authored Oct 9, 2024
1 parent b950458 commit 4d6869e
Show file tree
Hide file tree
Showing 24 changed files with 3 additions and 77 deletions.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ To try out the application, navigate to the `finish` directory and run the follo
[role='command']
```
cd finish
mvn process-resources
mvn liberty:run
```
endif::[]
Expand All @@ -76,7 +77,8 @@ ifdef::cloud-hosted[]
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:
```bash
cd finish
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
mvn process-resources
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
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
```

Expand Down
Empty file added finish/src/main/webapp/.gitkeep
Empty file.
1 change: 0 additions & 1 deletion finish/src/main/webapp/404.html

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions finish/src/main/webapp/_next/static/chunks/902-976f75949f1116b5.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file removed finish/src/main/webapp/favicon.ico
Binary file not shown.
Loading

0 comments on commit 4d6869e

Please sign in to comment.