We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a49f82 commit 4a54741Copy full SHA for 4a54741
.env
@@ -1 +1 @@
1
-PUBLIC_URL=/vfancy/build
+PUBLIC_URL=/vfancy
README.md
@@ -1,4 +1,4 @@
-
+
2
3
4
```
@@ -11,12 +11,12 @@ yarn build
11
12
# Link vfancy to Drupal
13
cd ../drupal
14
-ln -s ../drupal-admin-ui vfancy
+ln -s ../drupal-admin-ui/build vfancy
15
16
# Install Drupal and start webserver
17
composer install
18
php -S localhost:8000
19
20
21
- Open `http://localhost:8000` and install with SQLite
22
-- Visit `http://localhost:8000/vfancy/build`
+- Visit `http://localhost:8000/vfancy`
0 commit comments