Skip to content

Commit 4a54741

Browse files
justafishdawehner
authored andcommitted
Remove build folder (#5)
* Make the URL vfancy instead of vfancy/build * Update GIF * Update GIF
1 parent 3a49f82 commit 4a54741

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PUBLIC_URL=/vfancy/build
1+
PUBLIC_URL=/vfancy

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Demo of vfancy falling back to Drupal for an unknown route](https://i.imgur.com/WMXDQEx.gif)
1+
![Demo of vfancy falling back to Drupal for an unknown route](https://i.imgur.com/JW7CdkZ.gifv)
22

33

44
```
@@ -11,12 +11,12 @@ yarn build
1111
1212
# Link vfancy to Drupal
1313
cd ../drupal
14-
ln -s ../drupal-admin-ui vfancy
14+
ln -s ../drupal-admin-ui/build vfancy
1515
1616
# Install Drupal and start webserver
1717
composer install
1818
php -S localhost:8000
1919
```
2020

2121
- Open `http://localhost:8000` and install with SQLite
22-
- Visit `http://localhost:8000/vfancy/build`
22+
- Visit `http://localhost:8000/vfancy`

0 commit comments

Comments
 (0)