Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ jobs:
action: 'upload'
app_location: '/' # App source code path
api_location: '' # Api source code path - optional
output_location: 'dist/nufacturing' # Built app content directory - adjust to match your app’s dist folder
output_location: 'dist/' # Built app content directory - adjust to match your app’s dist folder
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Nufacturing Elite Manager</title>
<title>Nufacturing Management System</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
Expand Down
Loading