Skip to content

Commit

Permalink
Update project metadata and build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAurelian committed Oct 31, 2024
1 parent 5292367 commit 4994833
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-recursive_routing-flutter-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Pub Get
run: flutter pub get
- name: Build
run: flutter build web
run: flutter build web --base-href "/recursive_routing/"
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion recursive_routing/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# recursive_routing
# Recursive Routing

A new Flutter project.

Expand Down
3 changes: 2 additions & 1 deletion recursive_routing/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: recursive_routing
description: "A new Flutter project."
description: "A Flutter experiment to test recursive routing."

# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
Expand Down
6 changes: 3 additions & 3 deletions recursive_routing/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<meta name="description" content="A Flutter experiment to test recursive routing.">

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="recursive_routing">
<meta name="apple-mobile-web-app-title" content="Recursive Routing Flutter Experiment">
<link rel="apple-touch-icon" href="icons/Icon-192.png">

<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>

<title>recursive_routing</title>
<title>Recursive Routing Flutter Experiment</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion recursive_routing/web/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"description": "A Flutter experiment to test recursive routing.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
Expand Down

0 comments on commit 4994833

Please sign in to comment.