mirror of
https://github.com/servo/servo.git
synced 2025-08-28 00:28:20 +01:00
Fix DEFAULT_URL
This commit is contained in:
parent
345238a352
commit
2ef6ba25dc
7 changed files with 56 additions and 37 deletions
|
@ -1,3 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#define DEFAULT_URL L"https://servo.org/hl-home/"
|
||||
#define DEFAULT_URL_PROD L"https://servo.org/hl-home/"
|
||||
|
||||
// For development purpose.
|
||||
// Will override DEFAULT_URL_PROD or any locally stored preferences.
|
||||
// #define OVERRIDE_DEFAULT_URL "data:text/html,<input>"
|
||||
// #define OVERRIDE_DEFAULT_URL "http://localhost:8000/test.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue