-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Netlify cloudflare pages migration (#40)
* add warning modal when using netlify url, link to cloudflare pages * remove netlify from readme
- Loading branch information
1 parent
ee55b9b
commit aac7b96
Showing
4 changed files
with
36 additions
and
4 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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
npm install -g yarn | ||
|
||
# install dependencies | ||
# install dependencies | ||
yarn install | ||
|
||
# dev server | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<template> | ||
<div> | ||
<p> | ||
The | ||
<a href="https://spelling-b.netlify.app" | ||
>https://spelling-b.netlify.app</a | ||
> | ||
URL will stop working soon. | ||
</p> | ||
<p> | ||
Please use | ||
<a href="https://spelling-bee-free.pages.dev" | ||
>https://spelling-bee-free.pages.dev</a | ||
> | ||
instead. Sorry for the short notice! | ||
</p> | ||
</div> | ||
</template> |