-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from hotwired/migrate-to-new-domain
Move to hotwire-native-demo and remove some Turbolinks 5 references
- Loading branch information
Showing
3 changed files
with
3 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
import Foundation | ||
|
||
struct Demo { | ||
static let basic = URL(string: "https://turbo-native-demo.glitch.me")! | ||
static let turbolinks5 = URL(string: "https://turbo-native-demo.glitch.me?turbolinks=1")! | ||
|
||
static let remote = URL(string: "https://hotwire-native-demo.dev/")! | ||
static let local = URL(string: "http://localhost:45678")! | ||
static let turbolinks5Local = URL(string: "http://localhost:45678?turbolinks=1")! | ||
|
||
/// Update this to choose which demo is run | ||
static var current: URL { | ||
basic | ||
remote | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters