diff options
| -rw-r--r-- | app/.next/trace | 2 | ||||
| -rw-r--r-- | app/countries.json | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app/.next/trace b/app/.next/trace new file mode 100644 index 0000000..2aec8aa --- /dev/null +++ b/app/.next/trace @@ -0,0 +1,2 @@ +[{"name":"next-dev","duration":653671,"timestamp":362468553208,"id":1,"tags":{},"startTime":1779552575044,"traceId":"c792f436a4892376"}] +[{"name":"next-dev","duration":709574,"timestamp":362627476715,"id":1,"tags":{},"startTime":1779552733968,"traceId":"b577ec8a7fc5326f"}] diff --git a/app/countries.json b/app/countries.json index d5c2143..30d7de5 100644 --- a/app/countries.json +++ b/app/countries.json @@ -251,9 +251,13 @@ "visa": true, "visaInfo": [], "image": "/countries/quebec.webp", - "danger": 0, + "danger": 1, "settlements": [], - "history": [] + "history": [ + "May 2025: Prion disease outbreak in Fôret Québec.", + "ROQ citizens must go through the manual passport section when entering the Alure Regions.", + "People who travelled from ROQ in the last 7 days must declare themselves." + ] }, { "name": "Solstan Federation", |
