Skip to content

Commit

Permalink
[#94] Remove s-forms.css
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Nov 20, 2024
1 parent c1f68f5 commit 9348b87
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 429 deletions.
5 changes: 0 additions & 5 deletions deploy/.docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
# what file to server as index
index index.html index.htm;

# TODO not very systematic solution
location ~ ^/(main|s-forms)\.css$ {
root /var/www/public;
}

location / {
# First attempt to serve request as file, then
# as directory, then fall back to redirecting to index.html
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
crossorigin="anonymous"
/>
<link rel="stylesheet" href="/main.css" />
<link rel="stylesheet" href="/s-forms.css" />
<script src="/config.js"></script>
<title>S-Pipes UI</title>
</head>
Expand Down
Loading

0 comments on commit 9348b87

Please sign in to comment.